Javascript Coding Crossword

12345678910111213141516171819
Across
  1. 3. a word that has its own code/function in it. All you have to do is type this kind of word, and it works!
  2. 4. this creates a rectangle
  3. 6. what are these: R, G, B?
  4. 8. this controls/changes the thickness of your lines
  5. 12. the shape that needs x1 y1, x2 y2, x3 y3
  6. 13. the third parameter in an ellipse function
  7. 16. this changes the color in your shapes
  8. 18. this changes the size of your text
  9. 19. this controls the outline colors of your shapes
Down
  1. 1. turns off the fill for shapes
  2. 2. this creates a variable
  3. 3. this code can set the color of your background
  4. 5. this allows you to control where your drawing is moving by using your mouse up and down
  5. 7. this code draws a line
  6. 9. the fourth parameter in an ellipse function
  7. 10. this creates a circle
  8. 11. the color of text unless you change it
  9. 14. a code that allows for you to make a conditional statement
  10. 15. this allows you to write a message
  11. 17. this allows you to control where your drawing is moving by using your mouse side-to-side