The JavaScript comparison operator compares the two operands. The following table illustrates the JavaScript comparison operators: Operator Description Example == Is equal to 10==20 = false === Identical (equal and …
Tag: