What is Deno JS, why does everyone talk about it and how can you use it to build something useful?

Deno JS was recently released. It is a new JavaScript runtime, which means that it allows JavaScript to be run in places other than just the browser. If you think about it, Node JS is also a JavaScript runtime and they seem to have a really similar name, Node, and Deno, why is that?

Deno JS has been built by the same author that built Node. That’s why he called it Deno, Node, but better.

📚 Materials/References:
Deno: https://deno.land/
Run command:

deno run --allow-net --allow-read --allow-write ./index.js
Database: [{"id":1,"title":"Walk the Dogs","completed":false},{"id":0,"title":"Create a Deno JS Tutorial","completed":false}{"id":2,"title":"Subscribe to JavaScript Mastery","completed":true}]

#deno #node #javascript #typescript #web-development

Deno JS: Intro +  Real Life Example
16.20 GEEK