Learn JavaScript: Classes and Modules
Offered By: Codecademy
Course Description
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.
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
Sarai Fernandez
Related Courses
A Beginner's Guide to C# and .NETPackt via FutureLearn A Beginner's Guide to Java Programming
Packt via FutureLearn Advanced Perspective of Classes and Object-Oriented Programming in Python
A Cloud Guru Certified Associate in Python Programming Certification (PCAP 31-03)
A Cloud Guru Introduction to Python Development
A Cloud Guru