Vidyalelo
JavaScript · Q62

Invocation And Performance Navigation

Programming · JavaScript · question 62

Q62

What is the default value of the asyc attribute?

A.
0
B.
1
C.
False
D.
True
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The async attribute optionally accepts a boolean value and by default holds the value true.