Hacker News new | ask | show | jobs
by the_gipsy 1462 days ago
So deno runs JS? I thought it ran exclusively typescript.
1 comments

Javascript is Typescript - TS is a superset of JS, so valid JS is valid TS, although you'd almost certainly get lint errors in dev complaining about lack of types.