Explain arrow functions?



Explain arrow functions?..

Answer / Monu Sharma

{"arrow_function": "A syntax for defining functions in a more concise manner using an arrow `=>`.",n"syntax": "functionName => functionBody",n"example": "let greet = name => console.log('Hello, ' + name)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Explain the working of timers in javascript?

1 Answers  


Can you give an example showing javascript hoisting?

1 Answers  


What is use of flutter?

1 Answers  


What are the different types of errors in javascript?

1 Answers  


Why is javascript so important?

1 Answers  


How can an HTMLCollection be traversed?

1 Answers  


Why is javascript not oop?

1 Answers  


What Is The Disadvantages Using InnerHTML In JavaScript?

1 Answers  


About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript.

2 Answers   TCS,


What are escape characters in javascript?

1 Answers  


How to set the focus in an element using javascript?

1 Answers  


What is require in javascript?

1 Answers  


Categories