Combine STEM with coding

Hi @codeguppy – Thanks for sharing this sketch embed!

Two quick suggestions:

  1. save it with a descriptive title (currently Untitled in the embed)
  2. give it a code comment header block with a sentence or two describing the concept of what it is and what it does, for example something like:
/**
 * Graphing a Wave
 * 2020-07-17
 * Plot a wave function on the screen, like an oscilloscope! * 
 * This codeguppy sketch demonstrates graphing sin() function.
 * As the start x increases over time it scrolls to the right.
 */