Álvaro Ramírez
Javascript tips backlog
- TODO Tern.js with Atom.
- TODO Object spread syntax proposed for ES7.
- TODO if (typeof myvar
=
'undefined') … - TODO copy object and set with Object.assign({}, state, {property: newValue}).
- TODO Use ES6 computed property syntax.
- TODO ES6 syntax: import * as reducers from './reducers'.