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 callback?
Do hackers use javascript?
How do I run javascript in chrome?
What is a fixed-width table and its advantages?
Is javascript multi-threaded or single-threaded?
What are the data types available in javascript? Explain
How to determine the state of a checkbox using javascript?
What is the difference between write and writeln in javascript?
Is Exception handling possible in Javascript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
How to make a array as a stack using javascript?
What is difference == and === in javascript?
What is difference between module.exports and export?
What is javascript hoisting?
What is hoisted in javascript?