crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Example of Anonymous and Named function with example?
Question Posted on 01 May 2024Home >> WEB >> Node.js >> Example of Anonymous and Named function with example?

Example of Anonymous and Named function with example?
Well in below example we have define two two of functions.
(1)Anonymous Function
(2)Named Function
Function expressions define functions as values assigned to variables or properties. In below code "multiple" and "divide" function are defined as function expressions. Here in below example "multiply" function is anonymous and "divide" function has a name. And they are assigned to variables and invoked accordingly. Below code is saved in .js file name as test.js.



AnonymousNamed

And to run above file we will use below command in node command prompt.


node test.js


and output of above code is given below.


node.js function
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

REPL stands for ____________________.

Which of the following is true about EventEmitter.on property?

Which method of fs module is used to truncate a file?

What is Node.js?

Which method of fs module is used to close a file?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap