https://github.com/sangafabrice/pis-lesson
https://github.com/sangafabrice/pis-lesson
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sangafabrice/pis-lesson
- Owner: sangafabrice
- Created: 2023-02-28T21:54:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T02:39:19.000Z (about 2 years ago)
- Last Synced: 2025-01-15T23:42:47.454Z (5 months ago)
- Language: PowerShell
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)