...

/

Summary of the Toolchain

Summary of the Toolchain

Go over a summary of what we covered in this chapter.

We'll cover the following...

Recap

In this chapter, our main focus was to get to know the tools Deno provides, including those in its main binary. These tools will be heavily used in our daily life and throughout the rest of this course.

We started by getting our environment and editor in place and then took a deep dive into the toolchain.

Then, we wrote and executed a Hello World application. The REPL and the eval command were presented to enable ...