this post was submitted on 09 Jan 2024
13 points (88.2% liked)

JavaScript

1935 readers
1 users here now

founded 1 year ago
MODERATORS
 

Hello, I am trying to learn JavaScript using morzilla developer network, are there any other good sources to learn and practice javascript.

you are viewing a single comment's thread
view the rest of the comments
[–] Dunstabzugshaubitze@feddit.de 1 points 8 months ago

https://eloquentjavascript.net/

good book to learn javascript, should also work as an introduction to programming in general.

https://www.theodinproject.com/

if you want to dive deeper into web development. they also have introductory stuff, but cant really vouch for that, only found it after allready working for some time.