What is the name of “===” operator in JavaScript
问题 I was wondering if there is widely recognized name for === operator. Something like "IIFE" for (function () {})(); 回答1: I was wondering if there is widely recognized name for === operator. The names I've heard most commonly are strict equality operator and strict equals operator . And it turns out that arguably, it has both those names: The old spec called it the strict equals operator: 11.9.4 The Strict Equals Operator ( === ) The production EqualityExpression : EqualityExpression ===