
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
Why is javascript called Richer Interface?
JavaScript allows you to add very advanced features to your web applications. For example,
Drawing and manipulating graphics
Audio and Video APIs like HTMLMediaElement, the Web Audio API, and WebRTC allow you to do really interesting things with multimedia such as creating custom UI controls for playing audio and video, displaying text tracks like captions and subtitles along with your videos, grabbing video from your web camera to be manipulated via a canvas (see above) or displayed on someone else's computer in a web conference, or adding effects to audio tracks (such as gain, distortion, panning, etc).
Device APIs are basically APIs for manipulating and retrieving data from modern device hardware in a way that is useful for web apps
GeoLocation APIs to get the location of the User
Notification API to send notifications of events to the User
A complete list of such APIs can be found on https://developer.mozilla.org/en-US/docs/Web/API
These APIs help create a very rich interface for the user which is why Javascript is called richer interface.
- Related Articles
- Why JavaScript is called Richer Interface?
- Why is poison ivy is called so?
- Why is a smartphone called smart?
- Why is petroleum called black gold?
- Why Python is called Dynamically Typed?
- Why an interface cannot implement another interface in Java?
- Why is CNG called as clean fuel?
- Why Naïve Bayesian is classifications called Naïve?
- Why Earth is called a unique Planet?
- Why milk is called a complete food?
- Why eye lens is called crystalline lens?
- Why is petroleum called a fossil fuel?
- Which material is called ‘black gold’? why?
- Why water is called a universal solvent?
- Why is mixture called an impure substance?
