Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How do you specifically execute a command in JavaScript?

  2. A.

     execcommand()

    B.

     exec(command)

    C.

     execCommand()

    D.

     exec(command id)

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The command can be executed using boolean execCommand(string commandId, [boolean showUI, [string value]]).


Be The First To Comment