archives

« Bugzilla Issues Index

#3488 — 24.3.2: bad algorithm structure


In 24.3.2 "JSON.stringify ( value [ , replacer [ , space ] ] )",
step 4.b.v says:
Let k be 0.
and is then followed by a subordinate list of steps, which makes no sense.

It looks like that step should instead be something that iterates over values of k from 0 to len-1.


fixed in rev31 editor's draft


In Rev31