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
Explain the steps for connecting the system to Internet.
Can you access Cookie using javascript?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
How to convert a string to lowercase?
How to have an element invoke a javascript on selection, instead of going to a new url?
How do you sort an array in javascript?
What is escape & unescape String functions in JavaScript?
Do I need var in javascript?
What is the main difference between Map collections and other collections such as Set.
What is let keyword in typescript?
What is undefined value means in javascript?
What is foreach loop in javascript?
How to write a comment in javascript?
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
How to write a function in javascript?