DEV Community

Discussion on: JAVASCRIPT, why do they say “it’s easy to learn”

Collapse
 
benjioe profile image
Benjioe • Edited

Javascript "it's easy to learn" because you can create much with few things. Just with functions and dictionaries (object).
But mastering it, understanding 'this' keyword, 'closures'... are hard to do.
So start small.

P.S: To have a real world example, you can look at projects on github or gitlab ;)
P.S 2: I have understand some advance parts of javascript by learning another language (Haskell, c#...), it could be a solution.

Collapse
 
drakobian profile image
Drake Bennion

Bushnell's Law says the best video games are easy to learn, but hard to master 😁