Lessons: 15Length: 2.4 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.6 Modules

Modules encapsulate code in a more semantic way. They are often used to namespace a project, but they’re also often used as mixins. Learn how to use them in both situations in this lesson.