a coded poem function setup() {
//we make these spaces for creation
createCanvas(600, 600);
}
function draw() {
//in which notions of time repeat
aNotionofTime = abs(sin(frameCount / 500));
//in which notions of time cease
aNotionofUnTime = abs(cos(frameCount / 500));
//where magnitudes of color are relative
aMagnitudeofColor = random(240 - 200 *…