From the course: Learning ECMAScript 6+ (ES6+)

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Staying up to date with new releases

Staying up to date with new releases - JavaScript Tutorial

From the course: Learning ECMAScript 6+ (ES6+)

Start my 1-month free trial

Staying up to date with new releases

- [Instructor] In the previous video, we talked about the ECMAScript Committee as kind of this shadowy, vague concept. It's this nebulous group of people that does something related to JavaScript. But it's not a secret what they're up to. So you can stay on top of what this committee is up to by going to the repo. So you can use this repo github.com/tc39. In it, you're going to see all of the different proposals that are part of the ECMAScript process. So you can see what stage they're in and you can actually click on them to access all the code. So if you're wondering how a certain feature is put together, you can take a look. You also can click on ecma262 and that will give you information about contributing and all the different proposals and their stages as well. So do you have to monitor this repo very closely and memorize all this stuff? Absolutely not. But if you do want to look at what's coming to the…

Contents