Since Deno version 1.46, you can omit run
of deno run
command.
You can execute hello world program like the below:
// hello.js
console.log("hello world");
$ deno hello.js
hello
Happy hacking!
Since Deno version 1.46, you can omit run
of deno run
command.
You can execute hello world program like the below:
// hello.js
console.log("hello world");
$ deno hello.js
hello
Happy hacking!
For further actions, you may consider blocking this person and/or reporting abuse
Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!
Louis Bertson -
Shavon Harris -
Takuu Kaku -
Ghazi Khan -
Top comments (0)