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 Javascriptchevron-right2 - Expressions and loopschevron-right3 - Arrays and callbackschevron-right

Last updated

Was this helpful?