Data Types and Variables
In 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...
jayandcode.hashnode.dev1 min read