var Num=[1,2,3,4,5,6] console.log("The Numbers Are "+JSON.stringify(Num)) //output= The Number Are [1,2,3,4,5,6]