Javascript

Getting Started with Deno — What is Deno?

Outline

Deno is a JavaScript and TypeScript runtime, built in Rust and which uses Google's V8. It is meant to be secure and web compatible. You can use it to write JavaScript applications as a replacement to Node, to write quick scripts, or as a replacement for bash. It is flexible and should feel familiar to anyone who has used JavaScript previously.

 

I finished! On to the next chapter