What is difference between module.exports and export?


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

Post New Answer

More JavaScript Interview Questions

How do I disable javascript in my browser?

0 Answers  


How to write hello world on the web page?

0 Answers  


Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],

0 Answers  


What is the output of 10+20+”30″ in JavaScript?

0 Answers  


What is lazy instantiation in java?

0 Answers  






Is java is a fully object object oriented language?

2 Answers  


how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.

1 Answers  


Write a JavaScript function which can take any number of strings as arguments and outputs them as a single concatenated string.

4 Answers  


How to make a function in javascript?

0 Answers  


How to test for bad numbers using javascript?

0 Answers  


What is memory leak in javascript?

0 Answers  


Explain event bubbling and event capturing in javascript?

0 Answers  


Categories