Hhimanshuinhimanshujaglan.hashnode.dev·Mar 22 · 3 min readJavaScript Modules: Import and Export Explained2.why we Exporting functions or values? so exporting a file by name "export " we will make available that particular file into another javascript so that we can incre code reusability and avoid unnece00
Hhimanshuinhimanshujaglan.hashnode.dev·Mar 10 · 3 min readJavaScript Operators: The Basics You Need to KnowWHAT ARE OPERATORS? in javascript , operators are basically symbol that performs operation on variable or values by using operands. for example; here we can see result is a variable in which we are 10