Can JavaScript code be broken in different lines?
Submitted by: AdministratorBreaking is possible within a string statement by using a backslash at the end but not within any other javascript statement.
that is ,
document.write("Hello world");
is possible but not document.write
("hello world");
Submitted by: Administrator
that is ,
document.write("Hello world");
is possible but not document.write
("hello world");
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | What is the difference between RegisterClientScriptBlock and RegisterStartupScript? |
☺ | How is JavaScript different from Java? |
☺ | How to make elements invisible? |
☺ | How to convert a string to a number using JavaScript? |
☺ | 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. |