Functions Javascript

function square(num) {
	return num * num;
}