Is html and javascript the same?
No Answer is Posted For this Question
Be the First to Post Answer
Name some of the JavaScript features?
What is the difference between write and writeln in javascript?
What does "1"+2+3 evaluate to?
What is emotional closure?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
What are arrays in javascript?
How does typeof operator work?
What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);
What is the benefit of arrow functions?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
Can you have a function within a function in javascript?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?