Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review
command in your #code-reviews channel
Join 26600 other students
Log in to get
Subscribe to access to this course and ALL other courses. You get a 30-day money-back guarantee, no questions asked.
Subscription includes
This tutorial features freeCodeCamp's ES6 curriculum recorded as interactive Scrimba screencasts. It gives you a methodical walk-through of the most important features of modern JavaScript.
This course contains 30 interactive scrims
ES6 from scratch
var & let
const
Javascript scope
Mutation
Object.freeze()
Arrow functions
High order functions
Default parameters
Rest operator
Spread operator
Object destructuring
Array destructuring
Constructor functions
Declarative functions
ES6 classes
Getters and setters
ES6 modules
Import & Export
Before taking this course, you should have a basic understanding of JavaScript. Here’s our suggested resource to get you up to speed.
freeCodeCamp is a community that helps you learn to code, then get experience by contributing to open source projects used by nonprofits. Their Scrimba sceencasts are recorded by their brilliant instructor Beau Carnes and are based on their core curriculum.
Follow me on twitterThis course features freeCodeCamp's ES6 curriculum recorded as Scrimba screencasts. It contains 26 lectures, each of which explains a concept of ES6. Throughout the lectures you'll build the skills you need in order to utilize JavaScript's modern features. And thanks to the interactivity of Scrimba, you'll be able to get your hands dirty with the code as well, as you can jump into the code and interact with it whenever you want.
The lectures are recorded by Beau Carnes. Beau is the man behind some of the most popular courses at freeCodeCamp's YouTube channel, so you'll be in good hands. He explains concepts clearly and thoroughly, but without wasting your time.
Learning alone can be lonely. Click here to join our Discord server and connect with other Scrimba learners!
Good luck, and happy coding!
The answer to this question is highly individual. Depending on how much time you can dedicate to studying, the basic concepts in this course can be covered and practised in about 3 hours. To become reasonably proficient at Javascript might take another 6 months.
In many ways, it's one of the easiest languages to learn. You can write some code in Developer Tools in your browser and see the results straight away. There are a lot of materials on Javascript and the barrier to entry is quite low. Some of the more advanced Javascript concepts might be tricky even for experienced professionals. But that shouldn't deter you in the slightest. In summary, we believe it's easy to learn, but can be hard at times, but that's ok.
Javascript is ubiquitous and it is hugely in demand. Javascript can be used on the customer-facing web apps, web servers on the backend, productivity-improving scripts. We even have a Neural Network course, here on Scrimba, that uses Javascript. Yes, it is definitely worth learning.