# 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="/pages/-MT6Tl6NoW5u85VqSm\_e" %}
[1 - Hello Javascript](/coding-course/class-information/teaching-instructions/javascript-i/week-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6TsBF4ECla2nCKy5A" %}
[2 - Expressions and loops](/coding-course/class-information/teaching-instructions/javascript-i/week-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6TwpsM-O6cK02BhCO" %}
[3 - Arrays and callbacks](/coding-course/class-information/teaching-instructions/javascript-i/week-3.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-i.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
