Objective: To install the environment

Windows

1. Open the PowerShell

2. Copy to powerShell
iwr https://deno.land/x/install/install.ps1 -useb | iex
Copy the code

3. Verify the version
deno -V
Copy the code