CanvasRendering-Context2D
JavaScript
HTML
Paths
Linux CentOS6
100

The laguage you put the <canvas> element in.

What is HTML?

100

You use 'var'

How to make variable?

100

<!DOCTYPE> is used.

How to start HTML file?

100

You use beginPath()

How to begin a path?

100

A engine to make new files; used for expert coders.

What is CentOS6?

200

The laguage you put the following clip in:

var ctx = document.getElementById("myCanvas").getContext("2d");

What is JavaScript?

200

You use a semicolon (;).

How to end a line?

200

You put </body> after it.

What do you put after <body>?

200

You use move()

How to move your point in a path without drawing?

200

The terminal is used to move and make files, along with checking them.

What is a terminal used for?

300

You prefix drawing commands with the name of the variable you linked to the canvas.

How to draw on CanvasRenderingContext2D?

300

You type 'function' instead of 'var'.

How to declare a function?

300

You use a </html> element

How to end HTML file?

300

You use lineTo();

How to add line to current path?

300

You use mv.

How to move files?

400

You use canvas.addAnimationFrame(function);.

How to make a new frame?

400

You use an if statement.

How to check conditions?

400

You add a path name for the file you want.

How to use SRC?

400

You use 'rect' and its 4 parameters.

How to add rectangle to current path?

400

You use vi.

How to make/view files?

500

It will draw a filled square starting at 200, 200 and has a width and height of 200.

What does ctx.fillRect(200, 200, 200, 200); do?
500

You use '||'

How to add a logic OR statement?
500

add ./ where the folder you are in is part of the SRC name.

How to use ./ in SRC?

500

You use 'ellipse', and its many parameters.

How to add circular ellipse to path?

500

You use 'ls'.

How to list all files in a terminal?