Skip to content

gadyonysh/es2015-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ECMAScript now and in the future

ECMAScript 2015

ECMAScript 2016

  • Array.prototype.includes(needle, startIndex = 0)
  • Exponentiation operator: num1 ** num2 == Math.pow(num1, num2)

ECMAScript future proposals

  • ES2017: Object.values()/Object.entries()
  • Asynchronous functions
  • String.prototype.padStart()/String.prototype.padEnd()
  • Trailing commas in function params and calls: function (a, b,) {}

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published