Remix.run Logo
cyco130 8 days ago

It requires parentheses `(3).myMethod()` but you can by monkey patching the Number prototype. Very bad idea, but you absolutely can.

senfiaj 2 days ago | parent [-]

You can just add extra dot: `3..myMethod()`.