`parseInt('0b11')` and `parseInt('0o42')` both return `0`, even in ES6. Use `Number('0b11')` or `Number('0o42')` instead. #tc39
@MartijnSaly I think it would have been nice to change `parseInt` to support them, if that were possible.
-
This Tweet is unavailable.
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.