// for-of is defined in terms of basic operations on objects, particularly // [[Get]] for properties named "iterator" and "next", and [[Call]]. These // "semantics" tests check that for-of really does appear to be implemented in // terms of those more basic operations, as required by the spec, even in // unusual cases.
// Deleting Array.prototype.iterator makes for-of stop working on arrays.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.