Learn
Congratulations, we covered a lot in this lesson! We learned about:
- Data structures and how we can use them to better organize our data
- How to build, access, and edit values in arrays
- How to use Array class built-in methods, including
Sort()
,IndexOf()
, andFind()
If you get stuck or would like to learn more, check out the official Microsoft site:
- For general conceptual information, read the programming guide on Arrays
- For specific information on methods like
Find()
, read the Array class documentation
Instructions
Time for some practice! Use the code editor to play around with what you learned in this lesson.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.