class Animal constructor(name) this.name = name; speak() console.log(`$this.name makes a sound.`);
As you watch your lectures, don't just copy the code. Refactor your old code. Take a script you wrote last month and convert it to ES6 syntax. That is the fastest way to lock these skills into your muscle memory. udemy es6
As he was browsing through online courses, he stumbled upon a course on Udemy titled "ES6: The Complete Guide". The course promised to take him from zero to hero in ES6, the latest version of JavaScript. class Animal constructor(name) this