var to let/const
for to forEach() to for-of
arguments to rest parameters
apply() to the spread operator (...)
concat() to the spread operator (...)
Error
Math features
Symbol.iterator and not Symbol.ITERATOR (etc.)?
Object
__proto__ in ECMAScript 6
import statement?
import statement?
eval() the code of module?
for-of loop
size and not length?
TypedArray methods
TypedArray.prototype properties
«ElementType»Array constructor
«ElementType»Array properties
«ElementType»Array.prototype properties
/y (sticky)
RegExp.prototype.exec(str)
RegExp.prototype.test(str)
String.prototype.search(regex)
String.prototype.match(regex)
String.prototype.split(separator, limit)
String.prototype.replace(search, replacement)
/u (unicode)
flags
RegExp() can be used as a copy constructor
get, set)
get, set)
get)
set)
Math features
for-of loop