InterviewSolution
Saved Bookmarks
| 1. |
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) Creates a rectangular boxThis question was addressed to me in unit test.My enquiry is from Graphics topic in chapter Graphics and Rendering of JavaScript |
|
Answer» The correct choice is (c) Creates DRAWING surface & Exposes powerful drawing API to client-side JavaScript |
|