Y
Hacker News
new
|
ask
|
show
|
jobs
by
the_gipsy
1462 days ago
So deno runs JS? I thought it ran exclusively typescript.
1 comments
whostolemyhat
1461 days ago
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.
link