Search
In the earlier lesson, we saw that we can add values to an array by using push.
push
Instead of using push, we can also use << to add to an array. Here are some examples:
<<
We can also add another array to an array.