Deno First Program
Now, since we have successfully installed deno as per the steps covered in the previous section, let us run our deno first program. The file welcome.ts is a typescript file with a simple console message “Welcome to Deno 🦕” and is hosted on the deno.land website. We will directly run that file from our PowerShell command …