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

How to include the HTML tag inside the javascript tags?

5 Answers   TCS,


How to convert numbers to strings using javascript?

0 Answers  


Which built-in method reverses the order of the elements of an array?

0 Answers  


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

0 Answers  


Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?

1 Answers  


What is spread operator?

0 Answers  


What is shift() method in javascript?

0 Answers  


What is difference between var x =1; and x=1;?

0 Answers  


Explain the working of timers in javascript?

0 Answers  


How can you convert the string of any base to integer in JavaScript?

0 Answers  


What is the importance of javascript?

0 Answers  


Where do I write javascript code?

0 Answers  


Categories