Goal: In the Assignment and Comparison Operators lesson, we learned:
=
and ===
+=
assignment operator<
, >
, and ===
Take time to practice using each of these operators by completing the exercises listed below.
+=
operator different than the +
operator?Practice assigning and comparing:
+=
, -=
, *=
, or /=
operator. Then, compare their values again.<=
and >=
operators.!==
operator.
Lesson 18 of 19
Last updated more than 3 months ago.