From ca326001917e0eaad200937d8a117ed2e3d6128e Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Tue, 12 Mar 2019 05:54:19 +0530 Subject: [PATCH] Added the Introduction to the Intermediate Algorithm Scripting Challenges (#34405) * Update index.md * learned => learnt Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com> * Apply suggestions from code review * Update index.md --- .../intermediate-algorithm-scripting/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/src/pages/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/index.md b/client/src/pages/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/index.md index 3f384f6ec3..0259731b50 100644 --- a/client/src/pages/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/index.md +++ b/client/src/pages/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/index.md @@ -5,4 +5,12 @@ superBlock: JavaScript Algorithms and Data Structures --- ## Introduction to the Intermediate Algorithm Scripting Challenges -This is a stub introduction \ No newline at end of file +The following challenges are part of FCC's Intermediate Algorithm Scripting Challenges. These should prepare you to complete the final challenges for the JavaScript Algorithms And Data Structures Certification. + +These challenges will allow you to test how much you have learned and which parts you may need to review again before starting the projects. + +With that being said- + +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!