From 5de3da69b1ccfd36edbff370d49feb855335307c Mon Sep 17 00:00:00 2001 From: Manuel Blanco <34801587+manAbl@users.noreply.github.com> Date: Thu, 14 Jun 2018 13:17:48 -0400 Subject: [PATCH] feat(intro): add js algo and data structure projects(#145) --- .../index.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/learn/src/introductions/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/index.md b/packages/learn/src/introductions/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/index.md index baee022685..e6b68893f3 100644 --- a/packages/learn/src/introductions/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/index.md +++ b/packages/learn/src/introductions/javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/index.md @@ -5,6 +5,15 @@ superBlock: JavaScript Algorithms and Data Structures --- ## Introduction to the JavaScript Algorithms and Data Structures Projects -This introduction is a stub +Time to put your new JavaScript skills to work! These challenges will be similar to the algorithm scripting challenges but more difficult. This will allow you to prove how much you have learned. -Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). \ No newline at end of file +In this section you will create the following small JavaScript programs: + * Palindrome Checker + * Roman Numeral Converter + * Caesars Cipher + * Telephone Number Validator + * Cash Register + +Have fun and remember to use the [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514) method if you get stuck. + +Good Luck!