Pregunta de entrevista de Expedia Group

$(“#objectId”) === $(“#objectId”) Would this be true?

Respuesta de la entrevista

Anónimo

16 feb 2018

I said yes because it is equal to the same reference but apparently in JQuery it is not because the selector makes a new instance of the object.

1