fix: update JavaScript capitalization (#37466)

This commit is contained in:
jasonranney
2019-11-10 04:24:34 -08:00
committed by mrugesh
parent e1a1ed5c12
commit 26e857b6ab

View File

@ -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.