For example, if I wrote a click event handler for a hyperlink and I wanted to copy the clicked hyperlink to a variable, I would do this:var $clickedLink= $(this);...as you said, it comes down to personal preference, especially if you are coding solo and the primary audience for your code is a later version of yourself. ;)