Creating Functions

This tutorial assumes you’ve worked through the Processing tutorials, and you already know what a function is. (If not, go read the Processing tutorials now!) So I won’t spend a lot of time explaining what a function is or why they’re useful. I’ll just focus on the major differences between creating functions in JavaScript vs creating them in Processing.


This is a companion discussion topic for the original entry at https://happycoding.io/tutorials/javascript/creating-functions