no devuelve nada javascript

if (1 = 1){
	console.log("True")
} else {
	return; // Will Return nothing
}
Undefined