Functions are the basic building blocks in JavaScript. They can be used everywhere, can be passed as parameters, attached as event handlers, overridden, deleted, etc. Functions can be anonymous or not.
// In the example below, dont forget the semicolon!
// However, its name will not appear in the debugger
var anonymous = function() {
console.log('anonymous function!');
};
// This the classic syntax, without a semicolon at the end!
function nonAnonymous() {
console.log('non anonymous!');
}
// This is similar to the above, but is more
// debugger-friendly, as the name of the function
// will be printed in the debugger.
var nonAnonymous2 = function nonAnonymous2() {
console.log('non anonymous too!');
};
// This is the syntax for adding event handlers in jQuery
$('field').bind('tap',
function(event, data) {
console.log('binding an anonymous function!');
event.preventDefault();
});
Nice Explained JavaScript functions, Helful me & also given answer 7 question on www.tutorialsolution.com - Thanks sir
ReplyDeleteGreat Article
DeleteFinal Year Project Domains for CSE
Final Year Project Centers in Chennai
JavaScript Training in Chennai
JavaScript Training in Chennai
Thanks...
ReplyDeleteWonderful blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Many thanks.
ReplyDelete2048 game | five nights at freddy's 4 | five nights at freddy's 3 | fireboy and watergirl | fireboy and watergirl 4||red ball | age of war
This comment has been removed by the author.
ReplyDeleteThis is a great post; it was very edifying. I look ahead in reading more of your work.
ReplyDeletewebdesign agencies
Managing the project effectively,web design firm services names team were accessible and receptive to feedback.
ReplyDelete