DEV Community

KeeyboardKeda
KeeyboardKeda

Posted on

Up, Up and Arrays!

Today, I got back in the groove of coding in JavaScript. I picked back up on arrays which I think is the fastest thing I've learned. We went over how to create an array and using the forEach method in loops. For example, the forEach loop is used when you want something to happen to each item that you created in the array.

Top comments (0)