+ 1
what is the differance between c++ and java script
I mean is there even a differance at all!?!?!
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
+ 1
Thanks that cleared some stuff up