Changes

Jump to: navigation, search

Understanding JavaScript Functions

203 bytes removed, 18:32, 24 April 2007
no edit summary
<h1>Calling a function</h1>
<script language="JavaScript" type="text/javascript">
sayHello( "24th", "July" );
sayHello ( "1st", "August" );
sayHello ( "24th", "May" );
</script>
 
</body>
</html>
 
</pre>
<h1>Calling a function</h1>

Navigation menu