ADVANTAGES OF JAVA SCRIPT :
1.AN INTERPRETED LANGUAGE:
Java script is an interpreted language which requires no compilation steps.This presides can easy development process.The syntax is completely interpreted by to browser just has HTML tags.
2.EMBEDDED WITH IN HTML:
Java script does not require any special or separate editor for programs to be return,editor or compile.It can be return in any text editor like notepad,along with appropriate HTML tags and save as file name .HTML.
3.MINIMAL SYNTAX EASY TO LEARN:
By learning just few commands and simple rules of syntax,complete application can be built using javascript.
4.QUICK DEVELOPMENT:
Javascript does not require time consuming application script can be developed in a short period of time.This is en hand by the that many GUI interface features such as alert,prompt,conform boxes and other GUI elements handled by client side javascript in a browser and html code.5.DESIGNED FOR SIMPLE AND SMALL PROGRAMS:
It is well suited to implement simple program such programs can be easily return and executed at an acceptable speed using javascript ant that can be easily integrated into web pages
6.PERFORMANCE:
Java script programs are usually included in the same file has the html code for a web pages they require few separate network access.
0 Comments