### Expected Behavior The codebase shouldn't contain polyfills exclusively for browsers it doesn't intend to support ### Actual Behavior There's a polyfill for `Number.isNaN()` which is only necessary for Internet Explorer (explicitly ["NOT supported"](https://scratch.mit.edu/info/faq)).