> For the complete documentation index, see [llms.txt](https://volunteers.migracode.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://volunteers.migracode.org/coding-course/class-information/teaching-instructions/javascript-iii.md).

# 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="/pages/-MT6jta98pF0UNm1SKGe" %}
[1 - HTTP Protocols and ES6](/coding-course/class-information/teaching-instructions/javascript-iii/week-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6kmXOJ6lD40hu1oPr" %}
[2 - Workshop Part 1](/coding-course/class-information/teaching-instructions/javascript-iii/week-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6kx-sNh6MEazRbRlh" %}
[3 - Workshop Part 2](/coding-course/class-information/teaching-instructions/javascript-iii/week-3.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
