Despite searching extensively on this platform and MDN, I have not been able to find a satisfactory answer. It appears that naming the object is flexible, for example
var blahBlah = new XMLHttpRequest();
, and then continuing with the code.
I simply want to clarify my understanding of the process.