JavaScript I
Module Introduction
This is the first student contact with a development language
In this first module, we use Javascript without a browser, executing .js files from the command line using node.
Check that you have successfully installed NodeJS by ensuring that the following command returns returns a version number e.g. "v13.8.0"
node -v
Lessons
1 - Hello Javascript2 - Expressions and loops3 - Arrays and callbacksLast updated