What is Module?
A self-contained piece of code that can be imported and used in other parts of your project
Why It Matters
Modules help organise code into manageable, reusable pieces
Real-World Example
A 'utils' module that exports commonly used helper functions
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Component
A reusable building block of a user interface that can be combined to create complex pages
Dependency
External code that your project needs to function
Package
A bundle of code that can be easily shared and reused across projects
Full-stack
Working on both the frontend (what users see) and backend (the server and database) of an application
TypeScript
JavaScript with added type checking that catches errors before your code runs
JavaScript
The programming language that makes websites interactive and dynamic