M1D4: JavaScript

Categories: Study Notes

Variables Activity My Solution Data Types Assignment Operators + – * / Comparison Operators > Greater than < Less than == Equal to != Not equal to Logical Operators && Check for both conditions to be true || Checks for at least one condition to be true ! Returns false if the result is true … Read More