Which operator in JavaScript is used to test for strict equality between two values?
==
=
===
!=

Web Development Exercises are loading ...