answersLogoWhite

0

Yes

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the main functions of Javascript?

Javascript can be used on a variety of platforms which require simple computer commands but not a full programming language. Javascript can be used as or in addition to a full fledged programming language.


How are HTML forms and JavaScript related?

HTML is used to create forms. As it is not a programming language it cannot process the forms or make them do anything. So for example it can create a button but it cannot make something happen when you click it. To do that, you need a programming language. Javascript is a programming language that is used in HTML pages to do lots of things, including the processing of forms.


What programming language was Gmail developed in?

Html, javascript, ajax


Is html5 a programming language?

html 5 = modern javascript


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


What does the letters javascript stand for?

hmm, they stand for the name of a programming language. Javascript isn't really an acronym or anything like that.


What are best programming languages for enterprise applications?

JavaScript Python Julia Rust Golang or Go Programming Language


Which programming language should I learn JavaScript or Python?

Javascript is more easier, while Python is more complex. So, maybe you should try Javascript.


Why does javascript uses prototype instead of classes for inheritance?

Oh,I think you should watch Doglus clockford about in javascript. He said that Javascript isMisunderstood Programming Language.


Which programming language is used within HTML documents to trigger interactive features?

Javascript is the main language used, but there are some other scripting languages used too.


Is javascript a form of HTML used to add dynamic capabilities and interactivity to webpages?

Javascript is a language used WITH HTML. It is not HTML. HTML is a markup language used to delineate between different types of data. JavaScript is a programming language, containing logic, functions, and object.