where we use javascript and for which purpose we use
javascript how?
Answer Posted / r.kumar mca
JavaScript is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. It was invented by Brendan Eich, co-founder of the Mozilla project, the Mozilla Foundation, and the Mozilla Corporation.
You can do pretty much anything with JavaScript. You'll start small with simple features such as carousels, image galleries, fluctuating layouts, and responses to button clicks. Eventually as you get more experienced with the language you'll be able to create games, animated 2D and 3D graphics, full blown database-driven apps, and more!
JavaScript itself is fairly compact but very flexible, and developers have written a lot of tools that sit on top of the core JavaScript language to unlock a huge amount of extra functionality with very little effort. These include:
Application Programming Interfaces (APIs) built into web browsers providing various functionality like dynamically creating HTML and setting CSS styles, or grabbing and manipulating a video stream from the user's webcam, or generating 3D graphics and audio samples.
Third-party APIs to allow developers to incorporate functionality in their sites from other properties, such as Twitter or Facebook.
Third-party frameworks and libraries you can apply to your HTML to allow you to rapidly build up sites and applications.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Will javascript be replaced?
What is difference between promise and callback?
Where is javascript used most?
What happens when the recursion calling is applied on two functions?
What are the main functions performed by javascript statements?
What is the difference between arrow function and normal function?
What is lambda in programming?
what is the function of public class main ?
How to create the namespace in javascript?
Which software is best for javascript?
How long does it take to learn javascript?
How can I set up my own javascript error handler?
What is the use of a date object in javascript?
What is postback in javascript?
What can I build with javascript?