What is JavaScript?

What is JavaScript?

JavaScript is a High-level, Object oriented, multi-paradigm programming language. It is high level means that we dont have to worry about memory management stuff and all. object oriented means, how the JS stores the data as objects, multi-paradigm means that we can have different coding styles such as procedural, functional and object oriented.