Hacker News new | ask | show | jobs
by Killusions 1202 days ago
I took the time to explain all the latest (and some older) JavaScript and TypeScript changes, including code examples.
3 comments

Symbols are not an ES2022 feature. I believe they were introduced in ES2015.
Just looked it up, you are of course correct. I will move them into the "Past" part.
Looked up on MDN (and from there the ES spec), import assertions don't seem to actually be standard. You might want to mark that somehow (or drop it).
You are correct, I added a note.
Thanks for doing this! I found this post very helpful to get exposed to recent changes from the last couple years.