You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week2/MAKEME.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Copy the code in your `.js` file and run it. You will see that you will get a Sy
100
100
5\.6 `console.log` the highest value.
101
101
102
102
6\. *Arrays*
103
-
6\.1 Declare an empty array. Make sure that the name you choose indicates 'plurality', because an array is capable of containing more than one element. (See [Naming conventions](../fundamentals/naming_conventions.md)).
103
+
6\.1 Declare an empty array. Make sure that the name you choose indicates 'plurality', because an array is capable of containing more than one element. (See [Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)).
104
104
6\.2 Write a `console.log` statement that explains in words what you think the value of the array is.
105
105
6\.3 `console.log` your array.
106
106
6\.4 Create an array that has your favorite animals inside (see if you can find a good name that exactly describes what this variable will hold).
0 commit comments