#javascript
Read more stories on Hashnode
Articles with this tag
Key insights: Global Scope: In the global context, this refers to the global object (e.g., window). Function Context: Inside regular functions, this...
Key insights: Async Functions: The async keyword creates functions that always return a promise. Await: The await keyword pauses function execution...
In this blog post, we explore the async and defer attributes in JavaScript, used with script tags to efficiently load external scripts onto a web...
Here are some insights from the "Namaste React" series: A React element is an object that gets converted by the React render method, allowing it to be...