Changes

Jump to: navigation, search

Understanding JavaScript Functions

48 bytes added, 18:47, 24 April 2007
Passing Arguments to a Function
<script language="JavaScript" type="text/javascript">
function sayHello(day, month)
{
alert("Hello!Today is the "+ day + " of " + month);
}
</script>

Navigation menu