Skip to content

Commit 2efca49

Browse files
hannahcancodeTanya Butenko
authored andcommitted
fix(comparison-operators): change => to >= (#34)
1 parent 60fece1 commit 2efca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/level1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
263263
Earlier we introduced JavaScript's arithmetic operators. Now comes time to
264264
introduce you to the next set. JavaScript's Comparison operators' are used
265-
to compare values(>, <, <=, =>, ===, !==). Most of them you know from math
265+
to compare values(>, <, <=, >=, ===, !==). Most of them you know from math
266266
classes in school, some of them can be new for you:
267267
268268
* === checks equality, results in true if two values are equal.

0 commit comments

Comments
 (0)