A

Admin • 828.03K Points
Coach

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

  • (A) execcommand()
  • (B) exec(command)
  • (C) execCommand()
  • (D) exec(command id)
  • Correct Answer - Option(C)
  • Views: 10
  • Filed under category JavaScript
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.