Q49
How do you specifically execute a command in JavaScript?
A.
execcommand()
B.
exec(command)
C.
execCommand()
AnswerD.
exec(command id)
Answer: Option C
Solution
Answer: Option C
Solution:
The command can be executed using boolean execCommand(string commandId, [boolean showUI, [string value]]).