Fun With Javascript: Two Functions Logo

Javascript Functions: Did You Know...?

Here are some handy tips on Javascript functions from W3Cschools.com

Two Javascript Functions: Check It Out!

The messages that appear in red below were created with a script that includes two functions: The first function writes a message to the screen using an argument that will be passed to it from a calling statement; the second function displays a message that is defined within the function itself.