0
How can learn and understand array easily
Array questions
2 Answers
+ 3
Hey Micheal Kamau arrays are a data structure that exist in most programming languages. The way they are used is quite alike throughout different languages.
detailed info about this in JavaScript.
https://javascript.info/data-types
Also might be a good idea to compare how arrays are used in C, C++ or C# check out the SoloLearn courses on this.
+ 1
Thanks Robin.R