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 do you convert numbers between different bases in JavaScript? |
☺ | How to use "join()" to create a string from an array using JavaScript? |
☺ | What is the difference between RegisterClientScriptBlock and RegisterStartupScript? |
☺ | What is the difference between a web-garden and a web-farm? |
☺ | To set all checkboxes to true using JavaScript? |
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. |