### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events - [ ] Image - [X] IO - [ ] Math - [ ] Typography - [ ] Utilities - [ ] WebGL - [ ] Build process - [ ] Unit testing - [ ] Internationalization - [ ] Friendly errors - [ ] Other (specify if possible) ### p5.js version _No response_ ### Web browser and version _No response_ ### Operating system _No response_ ### Steps to reproduce this The code snippet is below, this feature/bug seems like introduced 10 years ago from 08f856929839e43ded3431904c875db197cb5b92 ```javascript p5.Table = class { constructor(rows) { this.columns = []; this.rows = []; } } ```