25.0k views
4 votes
While there are a lot of programming languages out there, one of the most widely used when it comes to web applications and web oriented products is Javascript. It differs from other 'standard' program languages in many ways. Using the Internet and/or your book as a resource, describe some of the differences between JavaScript and other programming languages like C++, C#, and Java?

User Trudi
by
4.5k points

1 Answer

4 votes

Step-by-step explanation:

The main differences between Javascript and other programming languages are as following :-

  1. Javascript is a scripting language so it doesn't need to be compiled to get executed while other programming languages like C++,Java etc need to be compiled.
  2. Javascript is typed dynamically while other languages are static typed.
  3. Browsers can execute Javascript code on the other hand they can't execute Java,C++ etc.
User Aspiring
by
5.3k points