Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb3bb68

Browse files
author
M.J Birakdar
authored
Fix ( Naming conventions ) link
1 parent 0382684 commit bb3bb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
100100
5\.6 `console.log` the highest value.
101101
102102
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/a4400bca1371d047fb3e186a6bfc1943259b6a5a/fundamentals/naming_conventions.md)).
104104
6\.2 Write a `console.log` statement that explains in words what you think the value of the array is.
105105
6\.3 `console.log` your array.
106106
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

Comments
 (0)