The original post is up on my digital garden (the image quality is a bit dodgy here on dev.to)
A new version of JavaScript has landed!
Every year JavaScript gets a handful of new features and functions for everyone to play with.
The TC39 committee have released the 2019 additions to ECMAScript, which is the generally accepted version of JavaScript we all know and love tolerate.
You can take a look at the TC39 Github to track the progress of proposed features, including all the ones they've accepted into the official language.
Mike Sherov just put together a new egghead course on Javascript ES2019 in Practice which is a good summary of all the new shiny bits, as well as how they apply in IRL dev situations.
I took sketchnotes while watching his course, and have a quick illustrated summary of the 7 big changes:
- Optional Catch Binding
- Stable
array.sort()
- Flatten Arrays with
flat()
- Flatten & Map Arrays with
flatMap()
- Cut out Whitespace with
trimStart()
&trimEnd()
- Descriptions on Symbols
- Create Objects from Entries with
fromEntries()
(Note that the space theme going on here has less to do with ES2019 and more to do with me watching Apollo 11 last week. Five stars, would recommend)
Top comments (6)
I love all your tech illustrations Maggie. 🎨 Keep up the awesome work!
I came here to say that. They are so great!
Thanks for the post.
Thanks! Glad it was helpful 👍
Great post, I love the format!
I'll have to read it more carefully on my laptop (text is a bit small on phone), but I love the clear and concise presentation!
Ah I know, kind of sucks it’s hard to adjust images to be easily readable on phones 😔
These end up being desktop-optimised.