Miscellaneous concepts and topics that are useful and interesting
create special effects from a video input from a webcam or other video input device.
Visualising audio input and using the microphone
Useful bits of code if wanting to interact with the keyboard or mouse
Pulling the time, date and milliseconds elapsed into a sketch
Using DOM elements such as buttons and sliders
You can store data in your browser as you go along, this might be useful for games or interactive art work or reinforcement learning.
Saving data as a .json file, loading data into a sketch
There are a few additional bits and pieces that cover useful functions like promise, the for/of loop and the arrow functions.