javascript is a program writen in java......
2006-12-29 04:02:35
·
answer #1
·
answered by Taba 7
·
0⤊
1⤋
Javascript is the one of the most awesome languages in a web developers toolbox. It has a bad rep perpetuated by ignorance and by people freaking out about pop-ups!!!
First of all pop-ups are not the devil. They are just little windows that pop-up.
So - Javascript is an EMCA scripting language.
The code gets interpreted by a browser and provides application logic on the client side. Using JS we can access the DOM. AKA the unique elements of a document. Using JS we can build asyncronous queries to the server by way of AJAX.
JS has many handy built in functions for working with strings, comparing values, building arrays, etc. JS is also able to build and pass data objects by means of JSON which is very exciting stuff.
Javascript is code which typically executes based on some type of event. The page loading may be the trigger event. Very commonly the event could be on onChange or OnClick action.
Javascript is a loose-type language.
It was developed for speed and a very low learning curve.
I suggest it to any new web developer to be the first language they learn. It is powerful enough to build some interesting applications with, but simple enough to understand without much knowledge of theory.
Javascript is the front end developers duct-tape.
2006-12-29 12:30:21
·
answer #2
·
answered by Nicholas J 7
·
1⤊
0⤋
JavaScript is a programming or scripting language whose primary use is in the content that web servers send to browsers in response to a request for a web page, and is executed by the browser to alter or enhance what the user sees.
Despite its name, which was chosen for marketing reasons, JavaScript is a distinct language from Java. It has some syntactic similarity to C, C++, and Java.
2006-12-29 12:20:06
·
answer #3
·
answered by Steven B 1
·
1⤊
0⤋
JavaScript is a prototype-based scripting language with a syntax loosely based on C.
2006-12-29 12:07:16
·
answer #4
·
answered by nealee 2
·
0⤊
1⤋
it is a software that was developed by Netscape to add more features to HTML coding on webpages and it is hugely popular in the internet.....
Microsoft had a competition with Activescript but it ran into a lot of problems.....it was numerous security issues and though it is in vogue today, javascripting is more popular.....
2006-12-29 12:06:30
·
answer #5
·
answered by compu-illiterate~Yeah tats me 2
·
1⤊
0⤋
javascript is an easy programing language that is good to use in webpages for fun. It also gives you many capabilities, like popups, alerts, making cookies, and much more. It is fun to use.
2006-12-29 12:11:31
·
answer #6
·
answered by Me 1
·
0⤊
1⤋