We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Could someone explain or give an example please.
function setup() { createCanvas(400,400); } function draw() { background(0); (function(){ellipse(mouseX,mouseY,20,20);})(); }
thank you very much :)
const toCelsius = fahrenheit => 5/9 * (fahrenheit - 32);
@GoToLoop: nice
http://alpha.editor.p5js.org/nabr/sketches/rklV5-TgW
Answers
thank you very much :)
const toCelsius = fahrenheit => 5/9 * (fahrenheit - 32);
@GoToLoop: nice
http://alpha.editor.p5js.org/nabr/sketches/rklV5-TgW