An open API service indexing awesome lists of open source software.

https://github.com/sangafabrice/pis-lesson


https://github.com/sangafabrice/pis-lesson

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

#### ✅ [**Activité 1 : Une Introduction à JavaScript**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-01.md)
#### ✅ [**Activité 2 : L'Environnement de Développement**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-02.md)
---
#### 🏠 [**À la maison : Les types de données**](https://fr.javascript.info/types)
#### 🏠 [**À la maison : Les variables**](https://fr.javascript.info/variables)
#### 🏠 [**À la maison : La structure du code en Javascript**](https://fr.javascript.info/structure)
#### ✅ [**Activité 3 : Les opérateurs `typeof`, `instanceof` et `new`**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-03a.md)
#### 📚 [**Théorie : Les Types de Données**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-03b.md)
#### ✅ [**Activité 4 : Les mots-clés `let`, `const` et `var`**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-04a.md)
#### 📚 [**Théorie : Les Variables**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-04b.md)
---
#### 🏠 [**À la maison : Les opérateurs de base, mathématiques**](https://fr.javascript.info/operators)
#### 🏠 [**À la maison : Les comparaisons**](https://fr.javascript.info/comparison)
#### 🏠 [**À la maison : Les opérateurs logiques**](https://fr.javascript.info/logical-operators)
---
#### 📚 [**Théorie : L'Algorithme**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-05a.md)
#### 🏠 [**À la maison : La branche conditionnelle `if`**](https://fr.javascript.info/ifelse)
#### 🏠 [**À la maison : La déclaration `switch`**](https://fr.javascript.info/switch)
#### 🏠 [**À la maison : Les boucles `while` et `for`**](https://fr.javascript.info/while-for)
#### 🏠 [**À la maison : La boucle `for..of`**](https://www.w3schools.com/js/js_loop_forof.asp)
#### 📚 [**Théorie : Les Structures de Contrôle en JavaScript**](https://docs.google.com/presentation/d/1OQdEbvvFbq1OIieIx3Bp_l6lc9Y8nHBo/edit?usp=share_link&ouid=108954906528513046604&rtpof=true&sd=true)
#### ✅ [**Activité 5 : La Permutation de Variables**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-05b.md)
#### ✅ [**Activité 6 : Compter les Nombres Entiers de 0 à un Plus Grand Nombre**](https://github.com/sangafabrice/pis-lesson/blob/main/Activit%C3%A9-06.md)