+ 1

what is the differance between c++ and java script

I mean is there even a differance at all!?!?!

12th Jun 2019, 3:38 AM
pogdog123
2 Answers
+ 11
The following are theĀ differences between JavaScriptĀ andĀ C++. ...JavaScriptĀ is a scripting whereas C++ is a programming language. C++ program is to be compiled and executed, whereas a script inJavaScriptĀ is interpreted.Ā JavaScriptĀ is dynamically typed whereas C++ is statically typed. https://www.tutorialspoint.com/What-is-the-difference-between-JavaScript-and-Cplusplus
12th Jun 2019, 3:46 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 1
Thanks that cleared some stuff up
14th Jun 2019, 4:33 AM
pogdog123