Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Website won't work #3727

@valayiahb933

Description

@valayiahb933

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardBugError or unexpected behaviors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions