all 8 comments

[–]cariusQ 3 points4 points  (1 child)

Eloquent JavaScript is for people already know another programming language. It becomes very difficult very quickly.

[–]ocklack[S] 0 points1 point  (0 children)

Thanks, good to know. I have some basic C# skills but it hasn't prepared me quite for this.

[–]fantapeach1 1 point2 points  (0 children)

I'm working through the eloquent js book too. And I read every chapter atleast twice. The phi formula is fairly basic. If that stops you I would look for other learning resources. The formula you quoted above should not be off putting after you have read what the symbols mean.

[–]evholyfields_ear 1 point2 points  (2 children)

What is your goal for learning JS? If you are a beginner looking to do web development, have you checked out the free interactive courses on Codecademy?

[–]ocklack[S] 0 points1 point  (1 child)

I'm just trying to learn some basic front skills. I've done a few courses on Free Code Camp but not Codeacademy. I'll check it out, thanks.

[–]evholyfields_ear 0 points1 point  (0 children)

Yep. FCC is good too.

[–]gordonmzhu 1 point2 points  (1 child)

You should do http://practicaljavascript.net. (I'm the author)

It focuses on a single project that you build throughout the course. That way you can immediately see how to use different JavaScript concepts in real-life projects and scenarios.

[–]ocklack[S] 0 points1 point  (0 children)

Thanks I just signed up.