JavaScript - Modularity
Modules
Quite crucial for reusability of code
Collect related functions, objects, values together
export values for use by other scripts
import values from other scripts, packages
Ways of implementing
script -> directly include the script insi...
asdsyd.hashnode.dev3 min read