# 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.&#x20;

&#x20;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

{% content-ref url="javascript-i/week-1" %}
[week-1](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-i/week-1)
{% endcontent-ref %}

{% content-ref url="javascript-i/week-2" %}
[week-2](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-i/week-2)
{% endcontent-ref %}

{% content-ref url="javascript-i/week-3" %}
[week-3](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-i/week-3)
{% endcontent-ref %}
