How do you include a comment in javascript?


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

Post New Answer

More JavaScript Interview Questions

What is scope of variable in javascript?

0 Answers  


What is the role of a strict mode in javascript?

0 Answers  


How to calculate fibonacci numbers in javascript?

0 Answers  


How do I run code in browser console?

0 Answers  


How to trigger a postback on an updatepanel from javascript?

0 Answers  


What is the importance of javascript? Expalin

0 Answers  


What does the instanceof operator do?

0 Answers  


How do I unblock javascript in chrome?

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 are the predefined functions in javascript?

0 Answers  


Is a function an object?

0 Answers  


What are the data types in js?

0 Answers  


Categories