https://github.com/airbnb/javascript
1. Современный Style Guide по ES6
2. Шпаргалка по ES6
3. Все необходимое для изучения ES6
4. ES6 в деталях: введение
5. ES6 и за его пределами
6. Примеры ECMAScript 6
7. 350 аспектов ES6
Showing posts with label ES6. Show all posts
Showing posts with label ES6. Show all posts
Thursday, April 7, 2016
Saturday, January 9, 2016
TypeScript - typed JavaScript working in browser like ES5/ES3
Taken from here: http://weblogs.asp.net/dwahlin/getting-started-with-es6-%E2%80%93-the-next-version-of-javascript
TypeScript is a superset of JavaScript that lets you write “typed” ES6 code (define numbers, strings, booleans, etc.) while still allowing it to work in any browser out there by “compiling” it to ES5/ES3. I’ll be showing TypeScript code as well in this series when it applies to a specific ES6 feature.
Subscribe to:
Posts (Atom)