Summary of the Runtime and Standard Library
Go over a summary of what we covered in this chapter.
We'll cover the following...
Recap
As we go through the course, our knowledge of Deno gets more practical, and we start to use it for use cases that are closer to the real world. That was what this chapter was about.
We started the chapter by learning about some fundamental runtime characteristics, namely the program lifecycle, and how Deno sees module stability and versioning. We rapidly moved on to the Web APIs provided by Deno by ...