Day 14 of #100DaysOfCode Today we used arrays in react to store and manipulate data. Learnt about mutable and immutable arrays. Also used .map method to iterate over an array. And slice method to create a new array from an existing array.
1
4
7
289
0
@Seedatcoder I can totally relate as I also found .map and slice to be incredibly useful methods in my own coding adventures. These methods are very useful and used in real-world situations. I wish you all the success in your journey!