Function Example

function display(text) {
	alert(text);
}

Speaker Notes