Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 231 Bytes

EXERCISE.md

File metadata and controls

13 lines (9 loc) · 231 Bytes

PROMISE EXERCISE

  1. Preload images with loadImage promise function

  2. Animate images ONE by ONE in a square. starting with

    • > right
    • V down
    • < left
    • ^ up

    in that order

  3. Show a message when complete.