assignment links

This commit is contained in:
Jen Looper
2020-11-16 11:56:14 -05:00
parent db2ab4b2df
commit 16af4e7db3
23 changed files with 22 additions and 22 deletions

View File

@@ -193,4 +193,4 @@ Take a look at [this list of JavaScript exercises](https://css-tricks.com/snippe
## Assignment
[Data Types Practice](2-js-basics/1-data-types/assignment.md)
[Data Types Practice](assignment.md)

View File

@@ -189,4 +189,4 @@ It's worth [reading up a little more on arrow functions](https://developer.mozil
## Assignment
[Fun with Functions](2-js-basics/2-functions-methods/assignment.md)
[Fun with Functions](assignment.md)

View File

@@ -172,4 +172,4 @@ Go through Josh Comeau's wonderful [operator lookup](https://joshwcomeau.com/ope
## Assignment
[Operators](2-js-basics/3-making-decisions/assignment.md)
[Operators](assignment.md)

View File

@@ -123,4 +123,4 @@ Arrays in JavaScript have many methods attached to them, extremely useful for da
## Assignment
[Loop an Array](2-js-basics/4-arrays-loops/assignment.md)
[Loop an Array](assignment.md)