Answer Posted / praveen ch
interface has only declaration part only not definition part
is not there,
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All 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?
How can you set position of the page (top and left) to 0 using javascript in one line code?
Difference between undefined and undeclared variables?
Can we learn javascript without knowing java?
How to add behavior to an element using javascript?
What is output of undefined * 2 in javascript?
What applications use javascript?
What are javascript functions?
How to calculate fibonacci numbers in javascript?
How fast can you learn coding?
What is "this"?
How do I open a website code?
What is spread syntax?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
What is the difference between HTMLCollection and NodeList?