Is html and javascript the same?


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

Post New Answer

More JavaScript Interview Questions

Name some of the JavaScript features?

0 Answers  


What is the difference between write and writeln in javascript?

0 Answers  


What does "1"+2+3 evaluate to?

0 Answers  


What is emotional closure?

0 Answers  


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..

0 Answers  






What are arrays in javascript?

0 Answers  


How does typeof operator work?

0 Answers  


What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);

1 Answers  


What is the benefit of arrow functions?

0 Answers  


Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?

0 Answers  


Can you have a function within a function in javascript?

0 Answers  


Taking a developer's perspective, do you think that that javascript is easy to learn and use?

0 Answers  


Categories