Across
6. Tells a function to run repetitively with an interval of time
between each repetition [SETINTERVAL]
7. JavaScript event handler that detects when the window loses
focus. [ONBLUR]
9. A JavaScript method used to cancel the period of time to wait
between repetitions [CLEARINTERVAL]
10. Used to "pass" variables or objects to a function. Hint: think
parentheses. [ARGUMENT]
11. jQuery method that adds a pause between effects ...