VPVivek Prasadinvivekprasad.hashnode.dev·Feb 17, 2023 · 12 min readJavaScript ES6 SimplifiedI resumed coding after a gap of 4 months and needless to say, I struggled to recall the syntax of arrow functions in first session. If you are someone like me, who is looking for a quick refresher for the ES6 topics explained in a simple and concise ...00
VPVivek Prasadinvivekprasad.hashnode.dev·Sep 17, 2022 · 3 min readFetch APIAPIs are how the software we create interact with other software or server. For example, when a new user wants to sign up for an account and wants to use a 3rd party authentication instead of manually filling out each piece of information that's requ...01N
VPVivek Prasadinvivekprasad.hashnode.dev·Sep 17, 2022 · 3 min readTypes of DOM Events that can be triggered with Add Event ListenerWe used Add Event Listener several times in Level zero to trigger a function in JavaScript. Adding Event Listeners is the fun part of JavaScript that allows us to recall objects in HTML and CSS and model it the way we want in JavaScript. There are ma...00