- 1
Why is JavaScript so difficult?
5 Answers
+ 3
JS is not that difficult, although the first time is complicated to understand. With practice I assure you that in a very short time you will be able to see things in a different way!
I am sorry that my code has given you that impression, but I am still learning and maybe some things could be simplified more. In a next version I will concentrate on optimizing and making the code more readable.
+ 3
Hey, JavaScript is hard, I agree, but for some people - JavaScript is easyđđ
+ 1
With each bit of practice, it will become slightly easier đ
0
Not trying to be mean or anything. Javascript is really easy. c++, c#, and java are the most challenging. Before you learn javascript you must learn html first. I learned this from my mistake...of getting javascript book without even knowing html existed. First look in the book they are throwing in all these html tags and i didn't know what they were talking about. LEARN HTML FIRST. Javascript is difficult at first I guess. Any language is hard at first; however, it gets so much easier after you become familiar with the syntax and the variables and the funcitions. In my opinion I think you should know something like python or ruby before you learn javascript because they are very similar to javascript. I learned python first, learned a little of ruby, then I got the book on Javascript. I worked around the html and put it off. Then i learned html, css, c++, java, and swift. Goodluck and I hope you take my advice.
- 2
JavaScript is definitely challenging. Itâs hardness and reasons itâs hard is different for each person. But mostly itâs because thereâs so much to do with it. Itâs a big language and can really get confusing (at least, for me). The only way to understand, though, is practice!