πŸ“Š JavaScript
Q. What is the purpose of the canvas element?
  • (A) Creates drawing surface
  • (B) Exposes powerful drawing API to client-side JavaScript
  • (C) Creates drawing surface & Exposes powerful drawing API to client-side JavaScript
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Creates drawing surface & Exposes powerful drawing API to client-side JavaScript

Explanation: The canvas element has no appearance of its own but creates a drawing surface within the document and exposes a powerful drawing API to client-side JavaScript.

Explanation by: Mr. Dubey
The canvas element has no appearance of its own but creates a drawing surface within the document and exposes a powerful drawing API to client-side JavaScript.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
113
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate