- Based on ES7 compatibility table
- Demo on babel REPL and Chromium
yum install babel
or
npm install -g babel
then
for babel
babel-node --stage 0
for chromium, just using Developer Console Tools is OK.
- [exponentiation operator][4]
- [Array.prototype.includes][5]
- [String trimming][6]
- [Object.observe][7]
- [function.sent][8]
- [SIMD (Single Instruction, Multiple Data)][9]