InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    How do I make a JavaScript variable which stores a lot of values?? | 
                            
| 
                                   
Answer»  I PROMISE I WILL FOLLOW YOU IF YOU MARK AS BRAINLIST THANKS FOR QUESTION 
 YOUR ANSWER IS Multiple variables in JAVASCRIPT can also be chained, while separated by a COMMA. After the FIRST declaration of a variable in the global scope, subsequent declarations of a variable name USING var is possible. | 
                            |