What are JavaScript Data Types? Number, String, Boolean, Object, Undefined 2. What is ‘this’ keyword in JavaScript? ‘This’ keyword refers to the object from where it was called. 3. What is === operator? === is called a strict equality operator, which returns true when the two operands have the same…