This is a list of a few ECMAScript 6 features and what their influences were:
const
: The name comes from C++ (the latest C standard borrowed it from C++), but it behaves more like Java’s final
.let
: is old, became popular via BASIC.
Symbol.species
): Smalltalk