+ 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 🤔 "
5 Respuestas
+ 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 )
+ 8
Javascript Resources
-I recommend free code camp (easy way)
https://www.sololearn.com/discuss/790206/?ref=app
+ 6
https://medium.com/javascript-scene/12-books-every-javascript-developer-should-read-9da76157fb3
+ 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
+ 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,