JS Modules Cheatsheet ๐
As JavaScript grew, managing code became a task. Earlier code was written in a single file, this is good when the code is small but for larger code base it is not a good practice. Why?
Code becomes h
aksh27.hashnode.dev5 min read