Changes

Jump to: navigation, search

Understanding JavaScript Functions

204 bytes removed, 18:35, 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