#variables
Read more stories on Hashnode
Articles with this tag
Let's consider this example ; var a; let b; console.log('a = ' + a); console.log('b = ' + b) In this example we have variables a and b defined with...
JavaScript types of Variables Numericals - These are integers, whole numbers and floats for example — 1-n, 1.8 Character strings - These are...