Ifunanya IlohMy Todo List App Using React JsThe Todo list app above demonstrates several important concepts in React, some of these concepts include; state management, event handling…Feb 12, 2023
GOEDifference between Let, Var and Const.In the old, pre-ES6 era of JavaScript, developers used to declare variables using the keyword var or without any keywords. But times have…Dec 4, 2022Dec 4, 2022
Ifunanya IlohMy Todo List App Using React JsThe Todo list app above demonstrates several important concepts in React, some of these concepts include; state management, event handling…Feb 12, 2023
GOEDifference between Let, Var and Const.In the old, pre-ES6 era of JavaScript, developers used to declare variables using the keyword var or without any keywords. But times have…Dec 4, 2022
Prince Ezechi (w)JavaScript - Difference Between let, const, And varSo for those confused let, const, and var are different modes of variable declaration in JavaScript.Dec 4, 2022
Prince Ezechi (w)Introduction To JavaScriptJavaScript is a programming language that was invented by Brendan Eich in 1995 which later became ECMA standard in 1997.Dec 4, 2022
Christopher OkekeDifference between let, const, and var in JavaScriptThere was just one method for declaring variables in the early versions of JavaScript, and that was by using the var keyword. However…Dec 4, 2022