From 68158893aa03c43cbcfda263d1e2d1c3e1d821f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Milanovi=C4=87?= <87238370+andrejcode@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:51:55 +0200 Subject: [PATCH] docs: add Building a Pyramid Generator to README.md (#55266) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfd3a7cb8d4..2c8fc4423af 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Here are our twelve core certifications: #### 2. [JavaScript Algorithms and Data Structures Certification](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/) +- [Learn Introductory JavaScript by Building a Pyramid Generator](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-introductory-javascript-by-building-a-pyramid-generator) - [Learn Basic JavaScript by Building a Role Playing Game](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-basic-javascript-by-building-a-role-playing-game) - [Learn Form Validation by Building a Calorie Counter](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-form-validation-by-building-a-calorie-counter) - [Learn Basic String and Array Methods by Building a Music Player](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-basic-string-and-array-methods-by-building-a-music-player)