Modules
Learn how to use JavaScript modules, a way to define reusable logic in your programs.
StartWhat you'll create
Portfolio projects that showcase your new skills
Message Mixer
It's time to build fluency in JavaScript Modules. In this project, we're going to practice creating a modular program in a Node.js environment so you can hone your skills and feel confident taking them to the real world. Why? You don't want to copy and paste your functions from file to file. Learn to reuse them by exporting and importing. What's next? A mixer, creating goofy sentences, and more JavaScript. You got this!
WorkAround Explorer
It's time to build fluency in JavaScript Modules. In this project, we're going to practice building a modular program in JavaScript so you can hone your skills and feel confident taking them to the real world. Why? Modules can keep your code clean and organized. They also enable programmers to share functionality without "reinventing the wheel" What's next? Salaries, replacing your calculator with automation, more JavaScript. You got this!
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory