It’s Time to Embrace Arrow Functions
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq
#javascript #es6 #arrowfunction
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq
#javascript #es6 #arrowfunction
Medium
Familiarity Bias is Holding You Back: It’s Time to Embrace Arrow Functions
I teach JavaScript for a living. Recently I’ve shuffled around my curriculum to teach curried arrow functions sooner — within the first few…
JavaScript Factory Functions with ES6+
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF
#javascript #es6
Medium
JavaScript Factory Functions with ES6+
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in…
Top 10 ES6 Features Demonstrated by Example
An example-driven tour of the key features of ES6/ES2015, if you’re not quite there yet. - https://goo.gl/fLvWPE
#es6
An example-driven tour of the key features of ES6/ES2015, if you’re not quite there yet. - https://goo.gl/fLvWPE
#es6
Pragmatists
Top 10 ES6 features by example – Pragmatists
In this article, I will try to introduce the most useful features of ES6 in a succinct way.
JavaScript Symbols: But Why?
Not played with symbols (a new data type introduced with ES6) yet? This is a gentle way to get up to speed with not only what they are but why you might use them. - http://amp.gs/4HMM
#es6 #symbol
Not played with symbols (a new data type introduced with ES6) yet? This is a gentle way to get up to speed with not only what they are but why you might use them. - http://amp.gs/4HMM
#es6 #symbol
Medium
JavaScript Symbols: But Why?
Symbols, the newest JavaScript primitive, bring a few benefits to the language and are particularly useful when used as object properties.
Having Fun with ES6 Proxies
Proxies aren’t going to be useful in day to day programming for most JavaScript developers, but they open up some interesting opportunities if you want more control over how objects behave and are worth understanding. - http://amp.gs/iPnh
#javascript #es6 #proxy
Proxies aren’t going to be useful in day to day programming for most JavaScript developers, but they open up some interesting opportunities if you want more control over how objects behave and are worth understanding. - http://amp.gs/iPnh
#javascript #es6 #proxy
LogRocket Blog
Having fun with ES6 proxies - LogRocket Blog
Although JavaScript proxies aren't particularly useful on a day-to-day basis, they are sure to come in handy at some point in your future.