Reddit Reddit reviews JavaScript The Complete Reference 3rd Edition

We found 2 Reddit comments about JavaScript The Complete Reference 3rd Edition. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
JavaScript The Complete Reference 3rd Edition
Check price on Amazon

2 Reddit comments about JavaScript The Complete Reference 3rd Edition:

u/theogravity · 7 pointsr/learnjavascript

Don't learn PHP. If you're going to spend time learning Javascript, learn Javascript and learn the node.js APIs and ecosystem. It's easier to transition to node.js compared to PHP since you already would have Javascript knowledge.

I read this book 10 years ago and it's what made JS click for me:

https://smile.amazon.com/JavaScript-Complete-Reference-Thomas-Powell/dp/0071741208/ref=sr_1_1?s=books&ie=UTF8&qid=1546913224&sr=1-1&keywords=JavaScript+The+Complete+Reference

u/Personalife · 1 pointr/javascript

I strongly recommend reading this book. It will teach you JS extremely well along with the relationship to the DOM (html I guess). I struggled too yearrrs ago and everything came together because of this book:

http://www.amazon.com/JavaScript-The-Complete-Reference-Edition/dp/0071741208/ref=sr_1_2?ie=UTF8&qid=1414129241&sr=8-2&keywords=javascript+reference

Do not give up! The frontend development world is extremely Javascript heavy now that it's a super valuable language to learn.