/es7-demo

Primary LanguageJavaScript

ECMAScript 7(ES7) Demo

Intro

To use

yum install babel

or

npm install -g babel

then

for babel

babel-node --stage 0

for chromium, just using Developer Console Tools is OK.

Demo

⚠️ TODO

Stage 4

  • [exponentiation operator][4]
  • [Array.prototype.includes][5]
  • [String trimming][6]

Stage 3

  • [Object.observe][7]
  • [function.sent][8]
  • [SIMD (Single Instruction, Multiple Data)][9]

Stage 2

Stage 1

Stage 0