Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
The code is written for youtube video.
- You need to have Deno installed locally in order to run these files. Deno installation instructions.
- Clone the project and navigate to project folder using terminal.
deno run feature1.ts
deno run feature2.js
deno run feature3.js
deno run --allow-read feature4.js
deno run --allow-net feature5.js
deno run --allow-net allfeatures.ts