Update for 18-11-21 21:00

This commit is contained in:
Tyler Perkins 2021-11-18 21:00:01 -05:00
parent 8df2aeaede
commit ae53f09f54
2 changed files with 14 additions and 0 deletions

8
lang/Javascript.wiki Normal file
View File

@ -0,0 +1,8 @@
= Javascript =
Javascript is probably the most popular language in existance. It is an
interpreted, typeless language
== Node ==
See [[Node.js.wiki]]

6
lang/Node.js.wiki Normal file
View File

@ -0,0 +1,6 @@
= Node.js =
Node.js is an Asynchronus, event driven javascript runtime. On line the command
is `node`.
== Hello World ==