WoofJS
WoofJS copied to clipboard
Implement wait block
I have implemented the wait block from Scratch (pun unintended). It's usage:
wait(1, "seconds");
wait(1000, "milliseconds");
I have also changed docs/index.html to reflect the changes.