#javascript
Read more stories on Hashnode
Articles with this tag
globalThis Is a way to access the global object without worrying much about javascript environment. Whether you are working in browser, nodejs or any...
Eslint is a tool for identifying and fixing bugs in javascript code. When working in a team, it ensures that all team member adhere to set of rules or...
Both developed by Facebook š„š²š®š°š - It is a javascript library (not framework) for building web applications which run on browser. For rendering,...
CJS, MJS, and .JS are file extensions used to denote different types of JavaScript files. Here's the difference between them: .JS (JavaScript): The...
Primitive - (String, Symbol (contain unique prop to avoid name clashes), Number, null, undefined, Boolean, BigInt) (SNNUB acronym) ā Primitive is...