jayandcode.hashnode.devArrays. 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...May 18, 2022·2 min read
jayandcode.hashnode.devJavaScript 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...Apr 21, 2022·3 min read
jayandcode.hashnode.devData 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...Apr 18, 2022·1 min read