Remix.run Logo
dec0dedab0de 14 hours ago

Typescript is a superset of javascript

HanClinto 14 hours ago | parent [-]

Aaah, you are correct -- I had that backwards. All Javascript is indeed valid Typescript, but not all Typescript is valid Javascript.

Appreciated