You don't need "class" to create similar object.
For the sixth year in a row, JavaScript is the most commonly used programming language. Python has risen in the ranks, surpassing C# this year, much like it surpassed PHP last year.
| Edition | Released Date |
|---|---|
| 1st Edition | ( June 1997 ) |
| 2nd Edition | ( June 1998 ) |
| 3rd Edition | ( Dec 1999 ) |
| 4th Edition | ( Not released ) |
| 5th Edition | ( Dec 2009 ) |
| 5.1 Edition | ( June 2011 ) |
| 6th Edition "ES2015" | ( June 2015 ) |
| 7th Edition "ES2016" | ( June 2016 ) |
| 8th Edition "ES2017" | ( June 2017 ) |
ES2015 introduced:
ES2015 introduced support for classes.
Promises were introduced in ES2015.
Promises are great tool for writing asynchronous non-blocking code.