Functions in Java Script

  • Let us see, a simple function:

    function test()
    {
    document.write("Hello can you see me?")
    }

  • We call this function by using..

    function test()
    {
    document.write("Hello can you see me?")
    }
    test()

0 comments :

Post a Comment

> Related Posts with Thumbnails
 

Copyright © 2012. GS dot net - All Rights Reserved - Design by BTDesigner - Proudly powered by Blogger