View on GitHub

reading-notes

Comparison Operators: Evaluating Conditions

There are a few comparison operators, what they do is that they compare an item to the left of the operator to an item to the right of the operator, and then return (usually) a true or false result, for example:





102              
Home read01 read02 read03 read04 read05 read06 read07