Hacker News new | ask | show | jobs
by rom1v 675 days ago
> Do you have any tip for learning js at it's fundamentals?

I would recommend:

- https://eloquentjavascript.net/

- https://javascript.info/

2 comments

When I needed to learn JS above the 'hack it out' level, Eloquent JavaScript was really great. It really focuses on fundamental constructs and is not tied to any 'framework of the day'.

I see there's a 2024 edition that I should probably order.

Update: Looks like the 2024 version is going to be released in Nov.

I second both resources!
I third both resources!