- Course
Creating JavaScript Modules with Browserify
This course introduces the Browserify module loader for JavaScript. In this course, we will learn how to use Browserify to define code modules when building a web application.
- Course
Creating JavaScript Modules with Browserify
This course introduces the Browserify module loader for JavaScript. In this course, we will learn how to use Browserify to define code modules when building a web application.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
This course introduces the Browserify module loader for JavaScript. In this course, we will learn how to use Browserify to define code modules when building a web application. We will also discuss the structure of CommonJS modules, and how Node.js handles module loading, since these concepts are central to how Browserify works. Unit testing with Browserify will also be demonstrated.