From d728904df0bfe289e2f1452b20cfe88da2656899 Mon Sep 17 00:00:00 2001 From: Erisan Olasheni Date: Wed, 2 Jun 2021 16:43:22 +0100 Subject: [PATCH] Added more resources. Added more deno tutorial with examples. --- tutorial/deno-tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/deno-tutorial.md b/tutorial/deno-tutorial.md index 719e1a3..cf4af0a 100644 --- a/tutorial/deno-tutorial.md +++ b/tutorial/deno-tutorial.md @@ -33,6 +33,7 @@ ### 教程文章 - [Deno 运行时入门教程:Node.js 的替代品](https://www.ruanyifeng.com/blog/2020/01/deno-intro.html) +- [Full Deno tutorials with example](https://lyty.dev/deno/deno-tutorial.html) - [Getting Started With Deno – Deno.js Tutorial 2020](https://dotnetcrunch.in/getting-started-with-deno/) ### 项目实践