Examveda
Examveda

How do you specifically execute a command in JavaScript?

A. execcommand()

B. exec(command)

C. execCommand()

D. exec(command id)

Answer: Option C

Solution(By Examveda Team)

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

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging