From c3d2b19d62d8bc371241b79073b9d55c429eeb0c Mon Sep 17 00:00:00 2001 From: TheBestNinja Date: Thu, 10 Oct 2019 05:26:28 -0400 Subject: [PATCH] fix: add intro JavaScript Algorithms and Data Structures (#37060) --- .../learn/javascript-algorithms-and-data-structures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/learn/javascript-algorithms-and-data-structures/index.md b/client/src/pages/learn/javascript-algorithms-and-data-structures/index.md index baef3c2db0..f162fef881 100644 --- a/client/src/pages/learn/javascript-algorithms-and-data-structures/index.md +++ b/client/src/pages/learn/javascript-algorithms-and-data-structures/index.md @@ -4,4 +4,4 @@ superBlock: JavaScript Algorithms and Data Structures --- ## Introduction to JavaScript Algorithms and Data Structures -This is a stub introduction for JavaScript Algorithms and Data Structures +JavaScript Algorithms and Data Structures will teach you basic JavaScript in a series of challenges. It will teach you how to assign variables, arrays, create functions, and some of the various loop types used in JavaScript.Then it will teach you to apply what you’ve learned in multiple algorithm creation challenges. Once you have completed all the challenges and the required projects you will receive the JavaScript Algorithms and Data Structures certificate.