SSuccessinedesuccess.hashnode.dev·Mar 30, 2024 · 4 min readUnderstanding the JavaScript "this" keywordIntroduction There is no doubt that figuring out the value of "this" keyword in a function can be confusing most of the time. however, it becomes easier to understand when you take note of these five important rules. Implicit Binding const car = {...00
SSuccessinedesuccess.hashnode.dev·Jan 8, 2023 · 4 min readJavascript PromiseJavaScript promises are a powerful tool for writing asynchronous code. They provide a way to handle asynchronous results in a synchronous-like manner, making it easier to reason about and work with asynchronous code. Promises are objects that represe...00
SSuccessinedesuccess.hashnode.dev·Dec 13, 2022 · 3 min readHow my tech journey startedIt all started in late 2014 when i got admission into the Federal College of Education Technical Asaba Delta State Nigeria to pursue a diploma certificate called the Nigerian Certificate in Education(N.C.E). I was admitted to study Computer Science/M...00