This is another post about Javascript strict equal (===) and non-strict equal (==). However, unlike the other million of posts about the exact same topic, this one will tell you exactly when you must use each of them. You should exactly never use non-strict equal. You should always use strict…