Creating reusable code by writing libraries

Hey ,

I'm thrilled to help you learn JavaScript. Unfortunately, you've landed on a page where you cannot access with your current purchase.

Please upgrade (use this link) access this content.

I'm super eager to help you learn more!

Creating reusable code by writing libraries

Libraries are simply blocks of reusable code. These blocks of code don’t have to be open sourced.

If you store a block of reusable code inside a separate JavaScript file, that file can be considered a library.

In this module, you’ll learn how to create a library. You’ll also convert many component we built into reusable libraries.