ADAigbe Destinyindestiny.hashnode.dev·Mar 1, 2022 · 2 min readMajor difference between web2 and web3Introduction Hello everyone, Just started my journey with Blockchain learning journey with Blockgames, Zuri Team and Nestcoin. And in this article, I want to share the major difference between web2 and web3. The different versions of the internet Eve...00
ADAigbe Destinyindestiny.hashnode.dev·Aug 16, 2021 · 1 min readMy Kode Camp goalsHello everyone, good day, I am Destiny Aigbe, a backend nodejs software developer in Kode Camp In this article, I would like to outline my goals for this internship and what I want to achieve by the end of 16 weeks. Build my connections : I want to b...00
ADAigbe Destinyindestiny.hashnode.dev·Aug 15, 2021 · 1 min readMy HNGI8 GoalsHello everyone, good day, I am Destiny Aigbe, a backend nodejs software developer in HNG Internship 8 In this article, I would like to outline my goals for this internship and what I want to achieve by the end of 8 weeks. Build my connections : I w...00
ADAigbe Destinyindestiny.hashnode.dev·Apr 28, 2021 · 2 min readDifference Between =, ==, and === in JavaScriptIntroduction to the operators = is used for assigning values to a variable in JavaScript. == is used for comparison between two variables irrespective of the datatype of the variable. === is used for comparison between two variables but this will ch...00
ADAigbe Destinyindestiny.hashnode.dev·Apr 28, 2021 · 2 min readDifference between var, let and constHi, this is a short read on the difference between var let and const in javascript. Before now, var declarations ruled. There are issues associated with variables declared with var, though. But first, let's get to understand var more before we discus...00