I have a return statement that was used in this Stackover answer, that I can't quite understand. Here it is:
return maxWidth > $this.width() || maxHeight > $this.height();
What does it mean to return something in way?
I'll edit the title of this question after an answer as soon as I know what it is :)