Closed
Description
p5.js version
v1.9.2
What is your operating system?
Windows
Web browser and version
Chrome 125.0.6422.142 Stable
Actual Behavior
error is being shown whenever i use a nullish coalescing assignment in the web editor
Expected Behavior
no error shows when i use a nullish coalescing assignment in the web editor
Steps to reproduce
Steps:
- use a nullish assignment somewhere in your code
Snippet:
bounds.wid ??= img.width
bounds.high ??= img.height