archives

« Bugzilla Issues Index

#382 — Array.from (15.4.3.3) summary description needs rewording.


Currently, the summary description reads


15.4.3.3 Array.from ( arrayLike )

When the from method is called with any number of arguments, the following steps are taken:



Since the Array.from function expects only one argument and only specifies the handling of one argument, the description should read:


"When the from method is called with argument arrayLike, the following steps are taken:"



This suggested summary description is based on the summary description of Object.keys(O), which also accepts and specifies handling for only one arguement.


fixed in "Rev 8", June 12,2012 draft