HIHenry Ikechukwuinfadalurd.hashnode.dev·May 2, 2022 · 6 min readArray And Loop In JavascriptWhat is an array? An array is an ordered list of values. Each value is called an element specified by an index. An JavaScript array has the following characteristics: First, an array can hold values of mixed types. Example; const sequence = [1, 1, 2,...00
HIHenry Ikechukwuinfadalurd.hashnode.dev·Apr 18, 2022 · 4 min readJavaScript FunctionFunctions are the basis of JavaScript or the fundamental building block in JavaScript. A set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where ...00
HIHenry Ikechukwuinfadalurd.hashnode.dev·Apr 10, 2022 · 4 min readJavaScript Data Types and Variables.JavaScript is one the various, top most used programming language in the world right now. But each languages varies from their syntax and data structure. In this article, it elaborates on primitive data type, variables and string concatenation respec...00