+ 1
Is c++ much easier than java script?
8 odpowiedzi
+ 18
C++ isn't dificult to learn. It's got very few "strange" things in it. And the usual editing tools hold your hand, thus making it easier to develop something, while making it more difficult to understand what you're doing.JS can be done at a basic level as a very simple language, but when going further it has some esoteric and unique features you may not find in the mainstream languages. It's editng tools are varied and tend towards just being a text editor instead of an auto-coder. This makes it more complicated, yet better to teach the understanding of the programming concepts.
+ 10
depends what you want to do? its easy to cut bread with a knife until you want to drink soup and the knife becomes an artifact....c++ and js are just tools how easy is neither here or there unless you tell us the why? which I guess you would rightly say it's none of our bz ...
+ 2
no JavaScript is easier
+ 1
it is easier than the normal basic js but there are js parts which are much more complicated on the other side c++ has more complicated parts so you can't really tell which one is easier
0
JavaScript is easier for small things and for learning basic coding. And the right language for web based development within a browser. C++ or java is better for larger, standalone applications.
0
c++ is harder than javascript. javascript is user friendly and c++ is more complicated but it can get more done.
0
Thank you
0
I worked on core node.js (no 3rd party modules) then my opinion is =>
JavaScript is easy to learn but beware it's hard to master.