Skip to content

Commit 4b006a4

Browse files
committed
js-week2 small text adjustment
1 parent aebef48 commit 4b006a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/foundation/intro-to-javascript/week2/assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Why should I even do this assignment?
44

5-
Functions and conditions are some of the basic building blocks of javascript. Functions ensure that we don't repeat ourselves when writing code. Conditions ensures that we can handle different cases when programming.
5+
Functions and conditions are some of the basic building blocks of javascript. Functions ensure that we don't repeat ourselves when writing code. Conditions ensure that we can handle different cases when programming.
66

77
If you struggle to do this weeks assignment, read up on [JavaScript basics](README.md#recap-logical-operators).
88

0 commit comments

Comments
 (0)