Skip to content

Commit 38ac790

Browse files
committed
Add exercise question for array methods in javascript
1 parent c91d0ec commit 38ac790

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. **Create** an array called `numbers`
2+
2. **Create** an empty array called `newArray`
3+
3. **Iterate** through each element in the numbers array
4+
4. **Alter** any element and put the altered value into the new array

0 commit comments

Comments
 (0)