Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q564 Why is JavaScript not a progamming language but a scripting language and what is a scripting language?

You are here: irt.org | FAQ | JavaScript | General | Q564 [ previous next ]

JavaScript isn't a scripting language, its a programming language.

The only things that JavaScript cannot do are:

But this is also true of other programming languages - VBScript for instance.

Generally scripts of JavaScript are written to interact with the browser, window, forms, etc. However it is possible to write programs in JavaScript.

©2018 Martin Webb