What can javascript programs do?
Answer / kundan patil
To make dynamic changes in our website we use javascript programs
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between javascript and jscript?
Hai what is the difference between java and javascript
What does js stand for?
Why do we need javascript?
Why do we need npm?
What is difference between callback and promise?
What is the difference between the operators ‘==‘ & ‘===‘?
How to write a function in javascript?
What is the difference between synchronous and asynchronous JavaScrip
How to accessing elements using javascript?
Can javascript code be broken in different lines?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?