# Javascript III

## Module Introduction

## Last Module

In the previous Modules of Javascript (6 weeks) students learned the basics of programming and data types, callbacks as well as DOM manipulation. So students are expected to have sound knowledge of basic Javascript programming.

During this module they will be introduced to asynchronous programming and How to consume an API.

## Lessons

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

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

{% content-ref url="javascript-iii/week-3" %}
[week-3](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-iii/week-3)
{% 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-iii.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.
