below are the global variables that i have defined as....
global1 ="global1 contents";
global2 ="global1 contents";
Now i want to call this in something like this
console.log(global+"1") ;
how can we call global variable by splitting the last character?