Suggest Best book article for JavaScript for a guy with C++ , background. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Suggest Best book article for JavaScript for a guy with C++ , background.

hey guyz, it's been some great learning time here on SL ,I am coming from a good C & C++ background and having a really hard time digesting the function mechanisms in JS, right now I m mugging the constructs but really want a good book for JS for a guy already knowing Oop and procedural coding. Here's the Irony for me " most of V8 interpreter( most popular JS engine by Google) for JS is written in C++, and I am struggling in JS 🤔 "

14th Nov 2017, 1:41 AM
Morpheus
Morpheus - avatar
5 Answers
+ 20
can't speak about book for c++ background. but try below resources . depending on your needs, try the one you like. try freecodecamp for learning by doing you will get the fundamentals easily. https://www.freecodecamp.com/ for learning Javascript in the deep try "you don't know Javascript" it's a bit deep may not be good for beginners.. https://github.com/getify/You-Dont-Know-JS for video based learning try this one it's simple and well explained. you will be learning by doing here. https://watchandcode.com/p/practical-javascript for a nice website from beginner to advance try this one. subscribe to the JavaScript newsletter and get detailed help. learn bit by bit from basics to advanced level. https://zellwk.com/about ( most recommended )
14th Nov 2017, 3:08 AM
Lord Krishna
Lord Krishna - avatar
+ 8
Javascript Resources -I recommend free code camp (easy way) https://www.sololearn.com/discuss/790206/?ref=app
14th Nov 2017, 1:57 AM
Manual
Manual - avatar
+ 6
https://medium.com/javascript-scene/12-books-every-javascript-developer-should-read-9da76157fb3
14th Nov 2017, 1:49 AM
~Sudo Bash
~Sudo Bash - avatar
+ 2
@krishna , thx searched about you don't know JavaScript , it turned out to be my solution and in those searches got this github link, just awesome worth checking out https://github.com/mbeaudru/modern-js-cheatsheet
14th Nov 2017, 5:06 AM
Morpheus
Morpheus - avatar
+ 1
@ pardeep, I have read eloquent JavaScript , but function mechanisms was not clear, and don't want to read other 11 books without reviews, thanks for the Google answer though,
14th Nov 2017, 1:59 AM
Morpheus
Morpheus - avatar