Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the purpose of using the async attribute in the script tag?

  2. A.

     Load the script asynchronously

    B.

     Load the script synchronously

    C.

     Load the page asynchronously

    D.

     Load the page synchronously

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The async option is a native attribute that will tell the browser to load the script asynchronously.


Be The First To Comment