FrontEnd Development
30.8K subscribers
145 photos
1 video
9.33K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
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
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