JavaScript Intermediate
Have you already mastered the basics of JavaScript, and want to expand your knowledge? Then youâre in the right place. This course will teach you how to make more complex and flexible programs as well as even more powerful/interactive websites. This course follows on from our Introduction to Javascript course. We recommend you take a quick look at whatâs covered there before you start this course.
Create your free Sololearn account
Learn JavaScript to kick start your career!
or
Already have an account?Log in
By signing up you agree to ourTerms of Use
What you'll learn
Objects
Create objects with specific properties and learn to work with them.
Arrays
Use arrays to store multiple items under a single variable name and handle more types of data.
Dates and intervals
Understand how to work with dates and set intervals for the actions of your program.
Page structure
Work with page structure (including how to select elements and work with them).
Animations
Create your own animations and make things come alive!
Event handling
Teach your program to communicate with users when they click on an element.