Skip to content

Latest commit

 

History

History
52 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

52 lines (22 loc) · 892 Bytes

Mastering Deno

Learning Path For Deno | With Gun

Table of Contents


Last touched on 28 July 2022

Parameter Value Note
Official Website Click Here
Github Repository - v1.24.0 Click Here
Deno Blog Click Here

Deno Binaries

Deno Version

For check installed deno on your machine, execute this command :

$ deno --version

Deno Update

For update deno to newer version, execute this command :

$ deno upgraded