for-of
`for ( const value of iterable)` syntax. ๐ง -> TypeError
Last updated
Was this helpful?
`for ( const value of iterable)` syntax. ๐ง -> TypeError
Last updated
Was this helpful?
โฉ syntax โฉ โฉ for-of
, ,
(loop over keys)
(loop over values)
๐ property enumeration (๐ )
"pure" object is an object without .
JS.info โฉ prototypal inheritance โฉ iterates over (enumerable) properties (inherited properties included)
โญ๏ธ
โฉ