From 26e857b6ab8c3f75f9ef17480ece7bb4318d2057 Mon Sep 17 00:00:00 2001 From: jasonranney <41494502+jasonranney@users.noreply.github.com> Date: Sun, 10 Nov 2019 04:24:34 -0800 Subject: [PATCH] fix: update JavaScript capitalization (#37466) --- .../basic-data-structures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/learn/javascript-algorithms-and-data-structures/basic-data-structures/index.md b/client/src/pages/learn/javascript-algorithms-and-data-structures/basic-data-structures/index.md index db3a6ffacb..debe97c268 100644 --- a/client/src/pages/learn/javascript-algorithms-and-data-structures/basic-data-structures/index.md +++ b/client/src/pages/learn/javascript-algorithms-and-data-structures/basic-data-structures/index.md @@ -5,4 +5,4 @@ superBlock: JavaScript Algorithms and Data Structures --- ## Introduction to the Basic Data Structure Challenges -Data can be stored and accessed in many different ways, both in Javascript and other languages. This section will teach you how to manipulate arrays, as well as access and copy the information within them. It will also teach you how to manipulate and access the data within Javascript objects, using both dot and bracket notation. When you're done with this section, you should understand the basic properties and differences between arrays and objects, as well as how to choose which to use for a given purpose. +Data can be stored and accessed in many different ways, both in JavaScript and other languages. This section will teach you how to manipulate arrays, as well as access and copy the information within them. It will also teach you how to manipulate and access the data within JavaScript objects, using both dot and bracket notation. When you're done with this section, you should understand the basic properties and differences between arrays and objects, as well as how to choose which to use for a given purpose.