what are the characteristics of javascript?​

Sagot :

Answer:

JavaScript is an easy language intended to be interpreted at runtime. It has vaguely C-formed syntax (save for pointer arithmetic); a straightforward classless object model, said to be inspired by a little-known programming language named Self; automatic garbage collection; and weak, dynamic typing.

What are the characteristics of JavaScript?

Javascript Features

Light Weight Scripting language.

Dynamic Typing.

Object-oriented programming support.

Functional Style.

Platform Independent.

Prototype-based.

Interpreted Language.

Async Processing.