What is the difference between arrow function and normal function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What do mean by NULL in Javascript?

0 Answers  


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

0 Answers  


What is the requirement of debugging in javascript?

0 Answers  


Is javascript a security risk?

0 Answers  


How do we get javascript onto a web page?

0 Answers  






What is the disadvantage of using innerhtml in javascript?

0 Answers  


What is decodeuri(), encodeuri() in javascript?

0 Answers  


What is a scope in javascript?

0 Answers  


why we need java instead of c

0 Answers   TCS,


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

0 Answers  


Write the code to maximize an image using javaScript?

2 Answers   Infosys,


Which type of variable among global and local, takes precedence over other if names are same?

0 Answers  


Categories