Creating & Using Modules In Node.js & Understanding Paths | 10K-LOC
Javascript libraries are commonly referred to as "modules". The modules are typically imported by other Javascript files to use their functionality. Modules could contain class definitions, or helper functions.
Read full article from Creating & Using Modules In Node.js & Understanding Paths | 10K-LOC
No comments:
Post a Comment