I got a question wrong on a CIW Advanced HTML5 & CSS3 Specialist quiz that
asked about the syntax of a method that is used to draw quadratic curves on
a canvas
.
The best way to remember the correct answer on questions like this, and more importantly, the best way to develop web development skills, is to create a web page using the tested concept.
Using
CanvasRenderingContext2D:
quadraticCurveTo() method, I created this page. I will very likely be
able to remember quadraticCurveTo
the next time I see it in a
question.