Expert Developer JavaScript Question:
Download Questions PDF

What is the difference between Scripting and Programming?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

- Scripting is easier to write than programming. As programming requires more hands on to the code and a language specification to write.
- Scripting consists of lots of tools to easily create an object model and run it using any browser, wheras programming doesn't have many tools to create an object model and it is not easy to use browser compatibility.
- Scripts work with more than just objects, each statement of the JavaScript does something means perform some actions, whereas programming becomes different as each and every action takes time to execute.
- Scriptting doesn't require lots of knowledge to be provided with and can be easily learnt, but to learn a programming language it requires lots of knowledge.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How can JavaScript codes be hidden from old browsers that don't support JavaScript?What is the disadvantages using innerHTML in JavaScript?