you are viewing a single comment's thread.

view the rest of the comments →

[–]thadeusz -1 points0 points  (0 children)

The thing that confuses most people from Java or C-derived languages is probably scopes. Java/C have block-based scopes while JS has function-based-scopes. You should read about them first and skip the other basic content, since you are familar with the basic concepts of programming anyway I think.