Version 1.8 of the JavaScript language.
JavaScript 1.8 was released in June 2008.
The new features introduced with this version were:
- Expression closures
- Generator expressions: allowing developers to simply create generators (introduced in JavaScript 1.7)
Array.prototype.reduce()
Array.prototype.reduceRight()