Skip to content

Commit 7cb367a

Browse files
Update part-one-arrays.js comments
1 parent 6578185 commit 7cb367a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrays/exercises/part-one-arrays.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//Create an array that can hold 4 items name practiceFile.
1+
//Create an array called practiceFile with the following entry: 273.15
22

33
//Use the bracket notation method to add "42" and "hello" to the array. Add these new items one at a time. Print the array after each step to confirm the changes.
44

5-
//Use a SetValue to add the items "false", and "-4.6" to the array. Print the array to confirm the changes.
5+
//Use a single .push() to add the following items: false, -4.6, and "87". Print the array to confirm the changes.

0 commit comments

Comments
 (0)