Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1964b46e12fedcb89d2f361e8ded980b2ddb4bd8 (plain) (blame)
1
2
3
4
5
function foo(e) {
		if (true) return 2;
		else return 3;
	}

Back to the top