DEDioka Ejionuemeinjayandcode.hashnode.dev·May 18, 2022 · 2 min readArrays. In. JS.A quick google search of the word 'Array' would yield two primary definitions: 'an impressive display or range of a particular type of thing' 'an ordered series or arrangement' Both definitions are functionally correct with respect to Arrays i...00
DEDioka Ejionuemeinjayandcode.hashnode.dev·Apr 21, 2022 · 3 min readJavaScript FunctionsFunctions in JavaScript(and near damn every programming language) are pieces of code/statements of code that perform a specific task. These statements are grouped together into a function for the main purpose of being reusable. Functions in JavaScrip...00
DEDioka Ejionuemeinjayandcode.hashnode.dev·Apr 18, 2022 · 1 min readData Types and VariablesIn this article I'll be answering a few questions about Data types and Variables in Javascript. Source to the article containing the questions can be found at Turing. The five primitive data types in Javascript are: Boolean Undefined Null Numbe...00