Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Codecademy

Learn JavaScript: Classes and Modules

via Codecademy

Overview

Easily produce multiple objects with the same property using classes and export and import modules.
Continue your JavaScript learning journey with Learn JavaScript: Classes and Modules. Reuse logic in different parts of our application by easily producing multiple objects that have the same properties using classes and exporting and importing modules. You will also learn about inheritance—a concept used to efficiently produce classes with similar properties.



### Skills you’ll gain
* Produce objects with shared properties using classes.
* Efficiently produce classes with similar properties by leveraging inheritance.
* Define reusable logic using JavaScript modules.

### Notes on prerequisites
We recommend that you complete [Learn JavaScript: Objects](https://www.codecademy.com/learn/learn-javascript-objects) before starting this course.

Syllabus

  • Classes: Learn how to create classes and use inheritance to minimize redundancy in your code.
    • Lesson: Classes
    • Project: Build a Library
    • Project: School Catalogue
    • Quiz: Classes
  • Modules: Learn how to use JavaScript modules, a way to define reusable logic in your programs.
    • Article: Introduction to JavaScript Runtime Environments
    • Article: Implementing Modules in Node
    • Project: Message Mixer
    • Article: Implementing Modules using ES6 Syntax
    • Project: WorkAround Explorer
    • Quiz: Modules
    • Informational: Next Steps

Taught by

Kenny Lin

Reviews

4.8 rating at Codecademy based on 76 ratings

Start your review of Learn JavaScript: Classes and Modules

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.