What is variable typing in JavaScript?
Submitted by: AdministratorIt is perfectly legal to assign a number to a variable and then assign a string to the same variable as follows
example
i = 10;
i = "string";
This is called variable typing
Submitted by: Administrator
example
i = 10;
i = "string";
This is called variable typing
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | How to set a HTML document's background color? |
☺ | What's Math Constants and Functions using JavaScript? |
☺ | What looping structures are there in JavaScript? |
☺ | How to make elements invisible? |
☺ | How to change style on an element? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |