How JavaScript Gets Updated: ECMAScript, V8 and Your Runtime Explained
I remember when I started coding in JavaScript, I used to think:
"Okay... so JavaScript gets updated like any language... just update and that's it."
But that's not exactly how things work here. JavaS...