InterviewSolution
Saved Bookmarks
| 1. |
What Is Variable Typing In Javascript? |
|
Answer» It is perfectly legal to ASSIGN a number to a variable and then assign a STRING to the same variable as follows It is perfectly legal to assign a number to a variable and then assign a string to the same variable as follows |
|