0 votes
in JavaScript by

What is the default value of the asyc attribute?

a) 0

b) 1

c) False

d) True

1 Answer

0 votes
by

Answer:-  D

Reason:  The async attribute is a boolean attribute) When present, it specifies that the script will be executed asynchronously as soon as it is available) The async attribute optionally accepts a boolean value and by default holds the value true.

Related questions

0 votes
asked Oct 8, 2022 in JavaScript by rajeshsharma
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...