Expedia Group Interview Question

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

Interview Answer

Anonymous

Feb 16, 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