JavaScript Comparison
The && Operator (Logical AND)
The && operator returns true if both expressions are true, otherwise it returns false.