|
|
|
|
|
by egeozcan
1202 days ago
|
|
> extending javascript's built-in objects has been considered bad practice since at least 2007 Totally. It's just extending the prototype that causes the problem though, not extending from (class myclass extends array). This causes a lot of confusion among new js devs so I underline this on every opportunity. |
|