processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.4k stars 3.28k forks source link

Fixed array comparison bug in outputs.js file #6660 #6749

Closed Pratik-050 closed 7 months ago

Pratik-050 commented 7 months ago

Resolves #6660 Changes: The inline condition in else if statement is changed.

Screenshots of the change: Screenshot from 2024-01-18 22-22-08

welcome[bot] commented 7 months ago

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

Pratik-050 commented 7 months ago

@davepagurek please look into this pull request and let me know if I need to make any changes in the code.

limzykenneth commented 7 months ago

Duplicate of #6662