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

page1 - Hello Javascriptpage2 - Expressions and loopspage3 - Arrays and callbacks

Last updated