There was an error while loading. Please reload this page.
1 parent c91d0ec commit 38ac790Copy full SHA for 38ac790
docs/Exercise/JavaScript_Basics/array_method.md
@@ -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