ThisInFunction

Explain what this is referring to inside functions and nested functions.

by Ming Huang

JavaScript

function Animal() {
	console.log(this);
}