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

How can javascript be used to personalize or tailor a web site to fit individual users?

0 Answers  


Where should I put script tags?

0 Answers  


What is design pattern in javascript? Explain

0 Answers  


Which built-in method returns the calling string value converted to upper case?

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  






How to get the contents of an input box using javascript?

0 Answers  


What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?

0 Answers  


What is closure? Give an example.

0 Answers  


Which built-in method returns the calling string value converted to lower case?

0 Answers  


How can you create an Array in JavaScript?

0 Answers  


Explain hoisting in javascript?

0 Answers  


Is javascript harmful?

0 Answers  


Categories