#javascript
Read more stories on Hashnode
Articles with this tag
JavaScript Implicit and Explicit Coercion JavaScript Implicit Coercion refers to JavaScript attempting to coerce an unexpected value type to an...
JavaScript variables In JavaScript, a variable is a named reference to a memory location that can hold different types of data, such as numbers,...
Call stack Below is an example of how code running in the current Call Stack can prevent code on the Event Loop from being executed. ยท A call stack is a...
Optimize your code: load code at the right time. <script src="magic.js"> We have three steps Loading Parsing Executing Loading When the browser...