📅  最后修改于: 2022-03-11 15:01:57.095000             🧑  作者: Mango
var example1 = "hello this is string variable" ; //this is string variable
var example2 = 12345 ; //this is numeric variable
var example3 = true ; //boolean variable