-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility (Web Accessibility)
- Build tools and processes
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Friendly error system
- Image
- IO (Input/Output)
- Localization
- Math
- Unit Testing
- Typography
- Utilities
- WebGL
- Other (specify if possible)
Feature enhancement details:
Some of the functions in the DOM module is still using the ES5 syntax. I think some of the changes are made after #3874. Since the project is being updated to ES6 syntax, I think it's best we update the implementations here also. The todo here is mostly changing var to let or const in src/dom/dom.js. I would like to work on this, any heads up?
Reactions are currently unavailable