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 |
Why is javascript called richer interface?
Describe briefly the major use of java script on client side
What Is The Disadvantages Using InnerHTML In JavaScript?
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?
How to call a function inside a function in javascript?
What is console.log() and why it is used?
How to access the value of a textbox using javascript?
What is difference between callback and promise?
Is javascript enabled on chrome?
How to get value from a textbox?
Where is javascript used most?
write a program using javascript/ vbscript that checks if two matrices have identical values in all the elements.