Open main menu
Changes
Understanding JavaScript Functions
203 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>
← Older edit
Newer edit →
Neil
Bureaucrat
,
administrator
34,333
edits