Challenge: The Deno Runtime and Standard Library
Complete the challenge about the Deno runtime and standard library.
We'll cover the following...
Task 1
You are provided with an initial code setup below. Using Deno, serve the current directory. Then navigate to index.html
, and open the file to see the output. Also, provide the network and read access in the command.
The illustration below shows what the index.html
...