Borhan Uddincodernex.hashnode.dev·Sep 30, 2024A Complete Guide to JavaScript CallbacksIntroductions: In JavaScript, callbacks are an essential concept that enables asynchronous programming. A callback is simply a function passed as an argument to another function, which will be executed later—either after the completion of an operatio...JavaScript
Aniket Mogareaniketmogare.hashnode.dev·Sep 17, 2024JavaScript Functions Explained: My Coding JourneyAs we know, functions always make our code more readable. In JavaScript, this is no different. When I decided to change my tech stack from a Java backend to the MERN stack, I wondered how JavaScript could seem like an alien language since it is weakl...11 likes#JavaScriptfunctiondeclarations