Loading...

JavaScript Canvas
Quiz by Starter quizzes
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the HTML element used for creating a canvas area to draw in?
What method is used to set the start position for drawing a line on the canvas?
What colour will a shape be filled with using the following code: ctx.fillStyle = "#FF0000";