AIAdnan Ibrahiminadnancodes01.hashnode.dev·May 23, 2024 · 2 min readAccess and Refresh TokensIntroduction In the digital world, security is crucial, especially when it comes to accessing sensitive information. To keep our data safe while allowing seamless access to applications, we use something called "tokens." Two important types of tokens...00
AIAdnan Ibrahiminadnancodes01.hashnode.dev·Feb 27, 2024 · 2 min readClosure in JavaScriptClosure : Closures in JavaScript are like small memory bubbles that remember the environment in which they are created. This means you can create a function that remembers and accesses the data from the parent function even when the parent function i...00
AIAdnan Ibrahiminadnancodes01.hashnode.dev·Feb 23, 2024 · 3 min readPromise APIs in JavaScriptIn JavaScript, Promise APIs are like tools that help handle tasks that take time, like getting data from the internet or reading files. There are some special Promise functions that make dealing with multiple tasks easier. Let's explore them in simpl...00