Javascript Coding Crossword

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