
Wes Bos @wesbos
? Async + Await makes orchestrating timers a snap! https://t.co/wHYLC4ifLc
Wes Bos @wesbos
? Async + Await makes orchestrating timers a snap! https://t.co/wHYLC4ifLc
Wes Bos @wesbos
? Rename and Destructure properties of a return object with ES6 destructuring https://t.co/ClUG63aBRP
Scott Domes @scottdomes
ES6 Maps combine the best of objects and arrays—easy to iterate over! https://t.co/v8BlNuJOGs … … … … #javascript #es6 #reactjs #reactjs https://t.co/rEaYrrNyiS
SeanPlusPlus @SeanPlusPlus
Have gone all in using #es6 and the @AirbnbEng eslint module, love how it forces me to write more like this ... https://t.co/EB4BBU0yvm
matsaleh @matsaleh
#ES6: all var to let or const: 1. global replace 'var' with 'const' 2. run #eslint 3. fix 'no-const-assign' and parsing errors with 'let'