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!