Saved Bookmarks
| 1. |
Which operator excepts a left side operand that is or can be converted to a left string? |
|
Answer» Answer: Comparison OPERATORS — operators that COMPARE VALUES and return true or false . The operators include: > , < , >= , <= , === , and !== . Logical operators — operators that combine MULTIPLE BOOLEAN expressions or values and provide a single boolean output. |
|