Added Deno Resources (#3644)

* Added Deno resources

Added 2 links to Deno resources

* Added english deno resources under typescript

* Deleted a mistake I put into interactive en tuts
This commit is contained in:
Thomas 2020-06-28 13:01:25 -05:00 committed by GitHub
parent b32d9e392e
commit 4cfe0bc86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -224,6 +224,7 @@
* [Tizen](#tizen)
* [TLA](#tla)
* [TypeScript](#typescript)
* [Deno](#deno)
* [Unix](#unix)
* [Verilog](#verilog)
* [VHDL](#vhdl)
@ -2663,6 +2664,12 @@ Kerridge (PDF) (email address *requested*, not required)
* [TypeScript Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) (email address *requested*, not required)
### Deno
* [Deno Manual](https://deno.land/manual)
* [FlavioCopes Deno Handbook](https://flaviocopes.com/deno) - *free PDF with registration*
### Unix
* [An Introduction to Unix](http://www.oliverelliott.org/article/computing/tut_unix/)