Download all the course files in this zip (8kb)
Contents
async.js – async/await code example
backend.js – node.js express server
functions.js – functions code example
index.html – template
javascriptOnTheWeb.html – web page with javascript code
jQuery.html – example of using an external library
objects.js – objects and arrays
operators.js – operators and if/else statements
server.js – simple node.js test file
variables.js – basic variables var,let,const