What is JavaScript? JavaScript is a high level, interpreted programming language. High level meaning that there are a lot of abstractions, that is you dont have to deal with things like memory management on your machine, stuff like that you would work with a low level language such as C or C++ and…