Answer Posted / sam
javascript makes website dynamic. html is used to display text in the web browser, it does not have any capability to do some cool stuffs like animate pictures and text. Javascript is full programming language that adds dynamic features like changing color, hide paragraph, animate picture, scroll down list etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of 'bind' method in JavaScript?
How you will add function as a property in a javascript object? Give an example.
What is dom in javascript?
Which keywords are used to handle exceptions?
What are the three core languages in web pages?
What is 'use strict'?
How to convert javascript date to iso standard?
What is the use of javascript?
How would you compare two objects in JavaScript?
What is s+ in regex?
Explain a story about javascript performance problems?
How to show progress bar while loading using ajax call?
What is namespacing in javascript and how is it used?
What are javascript properties?
What is the difference between firstChild and firstElementChild?