Jul 5, 20223 min readCalculating the Mean of an Array in JavaScriptCalculating the mean of a list isn't an easy task in JavaScript. The programming language does not have its built-in feature that allows...
Jul 4, 20221 min readp5.js Sine WaveA simple sine wave with p5.js. This pen was inspired by an example created by Daniel Shiffman for the official p5.js website. My version...