Answers for "how to store variable in javascript"

0

how to store variable in javascript

var example1 = "hello this is string variable" ; //this is string variable
var example2 = 12345 ; //this is numeric variable
var example3 = true ; //boolean variable
Posted by: Guest on November-15-2020

Code answers related to "how to store variable in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language