function hello(name){
	alert('Hello, '+name);
}
function hello(name){
	alert('Hello, '+name);
}
function hello(name){
	alert('Hello, '+name);
	// This is a longer code example
	return {
		'success' : true,
		'message' : 'Hello, '+name
	};
}
function hello(name){
	alert('Hello, '+name);
}

Line number links

Line 1, first div

Line 1, second div

Line 4, third div

Line 41, fourth div (note the offset was copied over)