Deno
https://gyazo.com/2d9eca18e848b88b78167ba0236d2b35
Deno, the next-generation JavaScript runtime
JavaScript執行環境
https://www.youtube.com/watch?v=F0G9lZ7gecE
Fireship
安裝
Installation | Deno - A secure runtime for JavaScript and TypeScript
Linux
$ curl -fsSL https://deno.land/x/install/install.sh | sh
Windows
$ iwr https://deno.land/x/install/install.ps1 -useb | iex
2024-04-19 Deno first でやっていく