Q
What is the purpose of using indentation in JavaScript code?

Answer & Solution

Answer: Option B
Solution:
Related Questions on Average

Which of the following is an example of white space in JavaScript?

A). A) letx=5;

B). B) let y=10;

C). C) if(z==0){}

D). D) console.log('Hello');

How does white space affect the execution of JavaScript programs?

A). A) It speeds up code execution

B). B) It has no impact on code execution

C). C) It slows down code execution

D). D) It determines program output

What is the purpose of white space in JavaScript?

A). A) To improve code security

B). B) To enhance code readability

C). C) To control program execution

D). D) To increase code complexity

What is the purpose of white space in JavaScript?

A). A) To improve code security

B). B) To enhance code readability

C). C) To control program execution

D). D) To increase code complexity

What is the purpose of using indentation in JavaScript code?

A). A) To increase code complexity

B). B) To improve code readability

C). C) To reduce code size

D). D) To hide code from other developers

Which of the following is an example of white space in JavaScript?

A). A) let x=5;

B). B) let y=10;

C). C) if(z==0){}

D). D) console.log('Hello');

Which white space character is commonly used for indentation in JavaScript?

A). A) Space character ( )

B). B) Tab character (\t)

C). C) Line break (\n)

D). D) Comma (,)

What is the purpose of using indentation in JavaScript code?

A). A) To increase code complexity

B). B) To improve code readability

C). C) To reduce code size

D). D) To hide code from other developers

Which white space character is commonly used for indentation in JavaScript?

A). A) Space character ( )

B). B) Tab character (\t)

C). C) Line break (\n)

D). D) Comma (,)

What is the purpose of white space in JavaScript?

A). A) To improve code security

B). B) To enhance code readability

C). C) To control program execution

D). D) To increase code complexity