Ajay Patel's
Why should be a fan as you are a star of tomorrow,,,
Thursday, 26 July 2012
Self invoking Function in JS
//self invoking function expression
(
function
sayHello() {
alert(
"hello!"
);
})();
This function will automatically triggered on page load
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment