JS Operators, Conditionals, and Coercion
Description #
Operators allow us to assign values to variables, and also to create conditions that can be used for creating branches in our code. Both ideas are affected by the coercion that JavaScript often performs to match types.
Prepare #
Ponder #
Complete at least one of the following: