Swift Basic Operators

On this lesson, we will break down operators. An operator is a special symbol or phrase that we can use to check, change or combine values. Terminology Operators are unary (single target), binary( two targets) or ternary(three targets). The values that operators affect are called operands. Assignment Operators We already used this when we were… Read More Swift Basic Operators