Skip to content

Commit e181302

Browse files
committed
fix typo
1 parent d17d2b0 commit e181302

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

CM/CM1_exemples/demo-handler.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,24 @@
1212
<h1>Un document d'exemple</h1>
1313
<ul id="images-list">
1414
<li>
15-
<a href="https://insight.nc/wp-content/uploads/2020/03/FondEcranCalendriers_Voh-NC_Insight-1024x576.jpg">Voh</a>
15+
<a href="https://images.unsplash.com/photo-1575469680795-19f3d6c61bfb?q=80&w=1074&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
16+
>Voh</a>
1617
</li>
1718
<li>
18-
<a href="https://insight.nc/wp-content/uploads/2020/03/FondEcranCalendriers_BoraBora-NC_Insight-1024x576.jpg"
19-
>Bora Bora</a
20-
>
19+
<a href="https://images.unsplash.com/photo-1694606063743-290a69f42d6e?q=80&w=1331&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
20+
>Bora Bora</a>
2121
</li>
2222
<li>
23-
<a href="https://insight.nc/wp-content/uploads/2020/03/FondEcranCalendriers_Mangareva-PF_Insight-1024x576.jpg"
24-
>Mangareva</a
25-
>
23+
<a href="https://images.unsplash.com/photo-1666915763498-bbd2e7917bc1?q=80&w=1100&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
24+
>Mangareva</a>
2625
</li>
2726
<li>
28-
<a href="https://insight.nc/wp-content/uploads/2020/03/FondEcranCalendriers_Nord-NC_Insight-1024x576.jpg"
29-
>NC Nord</a
30-
>
27+
<a href="https://images.unsplash.com/photo-1710881710127-b648ef0b4dc5?q=80&w=1074&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
28+
>NC Nord</a>
3129
</li>
3230
<li>
33-
<a href="https://insight.nc/wp-content/uploads/2020/03/FondEcranCalendriers_Noumea-NC_Insight-1024x576.jpg"
34-
>NC Noumea</a
35-
>
31+
<a href="https://images.unsplash.com/photo-1706964275720-83424abcade9?q=80&w=735&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
32+
>NC Noumea</a>
3633
</li>
3734
</ul>
3835
<div id="image-container"></div>

TP/TP1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Ce TP a pour but de vous familiariser à la programmation fonctionnelle en écrivant quelques _décorateurs_.
1616
Une deuxième partie est consacrée à l'API fonctionnelle de la classe `Array`.
1717

18-
**Pour vendredi 22/07/22 en séance** :
18+
**A faire** :
1919

2020
- avoir fait `once`, `maybe` et `memoize`;
2121
- mettre à jour le fichier `src/decorator.mjs`

0 commit comments

Comments
 (0)