Add description for alog&DS

This commit is contained in:
Abi H
2018-06-15 11:08:59 +01:00
committed by Mrugesh Mohapatra
parent 91c673b9d1
commit 6cdfa41174

View File

@ -5,6 +5,4 @@ superBlock: JavaScript Algorithms and Data Structures
---
## Introduction to the Basic Data Structure Challenges
This introduction is a stub
Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions).
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.