ES 6 - Jakarta Javascript Meetup

Preview:

Citation preview

Jakarta JavascriptMeetup

What's new in ES6

About MeSofian Hadiwijaya

Technology Evangelist at KUDO

Intel IoT Innovator

http://sofianhw.com

me@sofianhw.com

apa itu ecmascript??

historyMocha is invented in Netscape by Brendan Eich - May 1995

Mocha renamed to Livescript - September 1995

December 1995 renamed to Javascript.

1996 Javascript is taken to standardization in ECMA(European Computer Manufacturers Association)

..ECMAScript 5 currently we are using

2015 - ECMAScript 6

Transpiling(Transformation Compiling)

Babel, Traceur, and TypeScriptBabel

$ npm install -g babel-cli

Traceur

$ npm install -g traceur

TypeScript

$ npm install -g typescript

Siapa yang sudah menerapkan ES6?

ReactJs

Angular Js 2

ECMAScript Syntax

Variable Scope

IIFE

String Template

Default Value

Arrow Function

Handling Multi Return Value

For - of

Constructor

Inheritance

Maps

Module

Module

Thanks

Recommended