0
What is the hardest part of javaScript to master?
3 Answers
+ 4
Javascript is kinda easy to learn, from my point of view.
+ 3
I found the 'scope' concept and 'this' is quite confusing if you come from other languages. Also the equally operator.
0
I have some knowledge of java. Sometimes, it is very confusing to me. For example, a function can reyurn itself.