Website won't work
p5.js version
No response
What is your operating system?
Windows
Web browser and version
No response
Actual Behavior
I had a very long code saved, but every time I try to go back to the code, the website says unresponsive. I've tried starting a new one with the same code but it sill doesn't work. Even when I paste only half the code, it still says unresponsive.
Expected Behavior
It's not suppose to say unresponsive.
Steps to reproduce
function setup() { createCanvas(600, 600); }
function draw() background("#5A39A3");
// for loop for (let i = 0; i < 600; i+20) { console.log("change in i value", i) }
// arcs
fill("#562174") strokeWeight(8) stroke("teal") arc(0,0,600,600,0,90)
fill("teal") noStroke() arc(width,height,600,600,179,270)
// mic fill("black") noStroke() rect(10,120,180,43,12)
fill("rgb(138,138,138)") circle(200,140,66)
fill("rgb(90,90,90)") rect(160,120,15,43)
Hi! @valayiahb933 , could you please provide corrected code as there were syntax errors in this code. And also I have tried to reproduce the same issue in my local as well as on live it was working fine. Could you provide more context to the issue could it be due to some specific browser or something like that.
Thanks for opening the issue @valayiahb933 and for taking a look @Yuvaan1182! I wanted to check in and see if this issue was still happening!