`parseInt('0b11')` and `parseInt('0o42')` both return `0`, even in ES6. Use `Number('0b11')` or `Number('0o42')` instead. #tc39
@pronebird Yeah, this was in response to the proposal to change `parseInt` to support the new ES6 prefixes.
-
-
@mathias aha, pardon, twitter app doesn't show the whole conversation :/Thanks. Twitter will use this to make your timeline better. UndoUndo
-
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.