0 votes
in JavaScript by
JavaScript ignores?

a) spaces

b) tabs

c) newlines

d) All of the above

1 Answer

0 votes
by

Answer:-  D

Reason:JavaScript ignores spaces, tabs, and newlines that appear in JavaScript programs. You can use spaces, tabs, and newlines freely in your program and you are free to format and indent your programs in a neat and consistent way that makes the code easy to read and understand.

Related questions

0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
...