You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You can check if two values are equal == (notice there are double =s to check for equivalency rather than the single symbol used for assignment), not equal !=, greater than >, greater than or equal >=, less than <, and less than or equal <=.
// As an example, if you wanted to perform a segment of code if a had the same value as b, you could write it as: