I will push all deno practice codes here for future use. I will add comments as much as I can.
Using Shell (macOS, Linux):
curl -fsSL https://deno.land/x/install/install.sh | sh
Using PowerShell (Windows):
iwr https://deno.land/x/install/install.ps1 -useb | iex
Using Cargo (Windows, macOS, Linux):
cargo install deno
Using Homebrew (macOS):
brew install deno
Using Chocolatey (Windows):
choco install deno
Using Scoop (Windows):
scoop install deno
Refer https://deno.land/ for more info