ES15(ECMA Script 2024) is a set of latest features related in 2024 for javascript language.

ES15 New javascript features

Following features are included ES2024 release.

  • Well formed Unicode Strings: introduced two methods to string.
    • String.prototype.isWellFormed: Returns true if lone surrogates not present and well formed UTF-16.
    • String.prototype.toWellFormed: Convert into a stringng by replacing unpaired surrogate code points with U+FFFD character.
  • Atomic waitSync
  • RegExp v flag with set notation + properties of strings
  • Pipeline Operator(|>)
  • Temporal API
  • Atomics.waitAsync
  • Records and Tuples

Are all browsers supported by the ES16 version?

All the browsers with latests version supports ES16 version Yes, all the latest browsers support the ES06 version, including Chrome, Internet Explorer, Safari, and Firefox.

Does Chrome supports ES16?

Chrome began supporting ES16 in version 52, including features such as exponentiation and array includes. The latest version of Chrome supports all features of ES7.