In programming we will often come across a situation where we need to compare values, and as the name implies we can do this with comparison operators. JavaScript has several ways to do this, and in this lesson we're going to be covering them all. There are three main types of comparison operators: 1. Relational 2. Abstract (or loose) equality 3. Strict equality
0 comments:
Post a Comment