5 followers
Reading and writing here to document my learnings ✨
Introduction: A cookie is just a storage to store data persistently on a user's device (browser). The actual cookie is stored on the browser and can...
📢 Introduction: Local storage is a type of web storage that is used to store data persistently on a user's device (browser). The ideal use case is to...
Introduction In this article, we will learn one of the must-know fundamental concepts of Javascript - Execution context and call stack. Understanding...
Introduction A script tag is used to load JavaScript inside a web browser. async and defer are the boolean attributes used along with the script tag...