Does spacing matter in javascript?



Does spacing matter in javascript?..

Answer / Kavi Raj Singh

Yes, proper spacing is important in JavaScript for readability and to avoid syntax errors. While JavaScript does not strictly require indentation or space between keywords and identifiers, it is considered good practice to use them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Why is javascript called richer interface?

1 Answers  


Describe briefly the major use of java script on client side

1 Answers  


What Is The Disadvantages Using InnerHTML In JavaScript?

1 Answers  


What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?

1 Answers  


How to call a function inside a function in javascript?

1 Answers  


What is console.log() and why it is used?

1 Answers  


How to access the value of a textbox using javascript?

1 Answers  


What is difference between callback and promise?

1 Answers  


Is javascript enabled on chrome?

1 Answers  


How to get value from a textbox?

1 Answers  


Where is javascript used most?

1 Answers  


write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.

1 Answers  


Categories