CCChime Chukwubuike Victoryinchibyke.hashnode.dev·Nov 28, 2023 · 2 min readweb5: more revolution, less evolutionweb1 - boring, feature-less, very little functionality web2 - interactive, very dynamic, feature-rich, little to zero privacy web3 - decentralized, immutable, blockchain-powered web4 - ??? web (2 +3) = web5 - digital identity privacy and ownership on...00
CCChime Chukwubuike Victoryinchibyke.hashnode.dev·Feb 19, 2023 · 3 min readFor Loops in JavaScriptSince Loop statements enable a particular code/block of code to be executed repetitively or repeatedly, as long as the stated condition is still being met. A For Loop iterates (i.e. executes a block of code repeatedly) over a specified number of time...00
CCChime Chukwubuike Victoryinchibyke.hashnode.dev·Feb 15, 2023 · 1 min readModify-In-Place in JavaScriptThe value in the variable "num" can be replaced in another line of code. i.e. But, what if you intend to update the value in a variable instead of replacing it? For instance, you might want to increase the value stored in a variable, so instead of r...00