> 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-ii.md).

# Javascript II

## Module Introduction

## Last Module

In the first Module of Javascript (3 weeks) students learned the basics of programming: variables, arrays, conditionals, loops, functions. So will be completely normal if students still don't have a deep knowledge on programming, and perhaps we have to go back to explain one of these concepts.

During this module they did not start using Javascript in a browser, only executing .js files from the command line using node.&#x20;

## Lessons

{% content-ref url="/pages/-MT6lnMzaMxjXC00ln7Y" %}
[1 - Javascript in the browser](/coding-course/class-information/teaching-instructions/javascript-ii/week-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6ljOE6bUxi5NilYAE" %}
[2 - Objects](/coding-course/class-information/teaching-instructions/javascript-ii/week-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MT6lukEa8fPcsv4mZA1" %}
[3 - Introduction to APIs](/coding-course/class-information/teaching-instructions/javascript-ii/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-ii.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.
