Babel,webpack, ES6 => ES5
JS
ES6 new features
JS
functional programming -> map,filter,reduce
execution context -> call,bind,apply
ES6 new features
template strings
default arguments, variable arguments
arrow functions
arrow functions
lexical scoping for vars but dynamic scoping for this
but lexical scoping for this with arrow functions
destructuring => arrays and objects
react export,import similar to destructuring
ES6 classes are similar to other OOP classes, but use prototyping in background
ES6 classes are similar to other OOP classes, but use prototyping in background
No comments:
Post a Comment