Computer Science, asked by fifjgjv, 1 year ago

what is JavaScript program in few words?​

Answers

Answered by Anonymous
5

Answer:

A computer program is a list of "instructions" to be "executed" by the computer.

In a programming language, these program instructions are called statements.

JavaScript is a programming language.

JavaScript statements are separated by semicolons.

Answered by Anonymous
3

Answer:

It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles. JavaScript runs on the client side of the web, which can be used to design / program how the web pages behave on the occurrence of an event.

Similar questions