JavaScript – deno – 001.

Deno is a runtime for JavaScript, TypeScript, and WebAssembly that is based on the V8 JavaScript engine and the Rust programming language.
Deno was announced almost 2 years ago by the original creator of Node.js, Ryan Dahl, at JSConf EU.
The official webpage is this.
Let’s start with the installation of the scoop with this PowerShell command:

The next step is to use the scoop tool to install deno:

Let’s create a simple project:

Let’s add a simple source code:

Let’s run this simple javascript file:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.