Functions
Lets make these scripts even shorter. Functions allow you to define whole behavour, then later call them on a single line!
Before you start
You need to know the syntax for a javascript function.
-
Read the w3schools javascript function guide
- Don't worry about return values (or by extension, functions as variable values).
Start the script
Same as before.