Js in 2016

Preview:

Citation preview

JavaScript Standarts in 2016

History of JS. ESXXXX. ECMAScripts. ES Next.

ES6, ES2015, ES2016, ES Harmony, ES5.1, ES Next,

ES2017 with stage 0WTF?

ECMAScript (wiki)

https://en.wikipedia.org/wiki/ECMAScript

ES.NextES.Next is a dynamic name that refers to whatever the next

version is at time of writing. ES.Next features are more correctly called proposals, because by definition the

specification has not been finalized yet.

https://github.com/tc39/proposals

The TC39 Process

Stage 0 Stage 1 Stage 2 Stage 3 Stage 4

https://tc39.github.io/process-document/

Browsers support ES6

https://babeljs.io/

https://babeljs.io/docs/setup/

Babel Setup

Attempts to improve JavaScript

http://stateofjs.com/2016/flavors/

Statistic of usage JS

JS Production codebase at 2014. iForum-2015, Андрей Листочкин, @ DOOR3

List of materials from presentation:

http://www.slideshare.net/SergeyRubanov/javascript-48352266 JavaScript завтра Sergey Rubanov

https://www.youtube.com/watch?v=NLPC3EHtiBU iForum-2015, Андрей Листочкин, @ DOOR3

http://stateofjs.com/2016/flavors/

https://babeljs.io/docs/setup/

Recommended