What is the type of datatype the async attribute optionally accepts?
A
Integer
B
String
C
Boolean
D
Decimal
Correct Answer: Boolean
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 the boolean datatype of default value as true.