Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Eloquent JavaScript

Free ebook for the JS Beginners.

Eloquent JavaScript Reviews and details

Screenshots and images

  • Eloquent JavaScript Landing page
    Landing page //
    2021-07-22

Features & Specs

  1. Comprehensive Learning Resource

    Eloquent JavaScript covers a wide range of topics, from basic syntax to advanced concepts like asynchronous programming and web development. This depth makes it a valuable resource for both beginners and advanced programmers.

  2. Interactive Code Examples

    The book contains numerous interactive code examples that allow readers to see the effects of their code in real-time. This hands-on approach reinforces learning and helps solidify concepts.

  3. Free Online Access

    Eloquent JavaScript is available for free online, making it accessible to anyone with an internet connection. This allows learners from around the world to benefit from its content without financial barriers.

  4. Engaging Writing Style

    The author, Marijn Haverbeke, writes in an engaging and clear style, making complex topics more understandable and keeping readers interested.

  5. Good Balance of Theory and Practice

    The book strikes a good balance between theoretical explanations and practical exercises, allowing readers to apply what they have learned immediately.

Badges

Promote Eloquent JavaScript. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Eloquent JavaScript A Modern Introduction to Programming 3rd Edition by Marijn Haverbeke review

Eloquent JavaScript review

Book Review: Eloquent Javascript by Marijn Haverbeke

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Eloquent JavaScript and what they use it for.
  • How do we learn to get good at programming
    Videos, blogs, text-based teachings, YouTube project-based learning, books, and the like are all examples of various methods and mediums of acquiring skills, especially in the software engineering industry. As I continue to navigate this challenge, I've made major changes, one being that I will now document the journey, and the other, I switched to reading books on JavaScript. I currently use the book ELOQUENT... - Source: dev.to / 5 months ago
  • Ask HN: Changing my mind about JavaScript
    Seconded. I won't recommend it and no one I know has recommended it for a decade. It's hard for someone who doesn't know JS to know which parts has changed and is no longer the way to do things. https://github.com/getify/You-Dont-Know-JS are the 2 best source for learning JS. If you don't have time to read both, just go with https://eloquentjavascript.net/ If one needs to go further, go through... - Source: Hacker News / 8 months ago
  • Ask HN: Changing my mind about JavaScript
    > Do you have any tip for learning js at it's fundamentals? I would recommend: - https://eloquentjavascript.net/ - https://javascript.info/. - Source: Hacker News / 8 months ago
  • Top 12 JavaScript Resources for Learning and Mastery
    Eloquent JavaScript is a free online book by Marijn Haverbeke. It's a great resource for learning JavaScript from scratch, with a focus on writing clean and effective code. - Source: dev.to / 8 months ago
  • How to Get Started as a New Open Source Contributor to PgAdmin4
    Beginner Resources: Start with the basics using resources like Eloquent JavaScript and JavaScript.info. - Source: dev.to / 8 months ago
  • 12 Essential JavaScript Websites Every Web Developer Should Be Familiar With
    Eloquent JavaScript is like an online book that makes learning JavaScript fun and easy. It has cool code examples you can play with and exercises to help you learn. Whether you’re just starting or you’re already a pro, it’s a great resource to get better at JavaScript. Plus, it’s written in a way that’s easy to understand, so you won’t get lost in technical jargon. - Source: dev.to / 8 months ago
  • Books to Dive in into Fullstack Development
    Books are ok but I think it's better to learn with websites that use live coding examples and exercises. https://www.freecodecamp.org/ is good, the Responsive Web Design and JavaScript courses are a good place to start, there's a great community of learners and tutors to help. The MDN developer resources is a useful site to keep open while you learn. https://developer.mozilla.org Now pick a framework to start... - Source: Hacker News / 9 months ago
  • 10 JavaScript Sites Every Web Developer Should Know
    (https://eloquentjavascript.net/) Eloquent JavaScript is an online book that teaches JavaScript programming in a clear and engaging manner. With interactive code examples and exercises, it's perfect for both beginners and experienced developers looking to deepen their understanding of the language. - Source: dev.to / 12 months ago
  • Lezer: A Parsing System for CodeMirror, Inspired by Tree-Sitter
    He's also the author of a really great JavaScript book: https://eloquentjavascript.net/ - which he's been intermittently updating since 2007! - Source: Hacker News / about 1 year ago
  • Java January vs. JS January… Which Do You Pick? 🔥
    Eloquent JavaScript, which is a popular book that covers the fundamentals and advanced topics of JavaScript. - Source: dev.to / about 1 year ago
  • The Definitive Programming Roadmap: From Novice to Expert
    Eloquent JavaScript: A modern introduction to programming using JavaScript, available for free online. - Source: dev.to / about 1 year ago
  • Best Resources For Web Developers 💻 [HTML + CSS + JavaScript]
    Eloquent JavaScript - A free book by Marijn Haverbeke that teaches JavaScript from the ground up. Website: https://eloquentjavascript.net/. - Source: dev.to / over 1 year ago
  • Book Club: Eloquent JavaScript. 1 Welcome
    Some translations are available at eloquentjavascript.net. - Source: dev.to / over 1 year ago
  • Useful Websites for Beginner Web Developers
    Eloquent JavaScript: A free online book that covers JavaScript from the ground up. - Source: dev.to / over 1 year ago
  • Ask HN: Best books to learn web development?
    I learned HTML and CSS from W3 schools and Javascript from eloquent javascript by Marijn Haverbeke https://eloquentjavascript.net/. - Source: Hacker News / over 1 year ago
  • Ask HN: Best books to learn web development?
    I learned HTML and CSS mainly from MDN, so that's where I suggest you look. As for stuff I use in css most often I can only recommend a few articles and such. Learn how to use Flexbox and CSS Grid though for sure (as those are the two most modern ways to layout an HTML page) as well as CSS Positioning [0] (which is some of the older ways to lay things out). [0]: https://alistapart.com/article/css-positioning-101/... - Source: Hacker News / over 1 year ago
  • Which books, courses, projects have improved your programming skills immensely?
    For Javascript this book is really helpful: https://eloquentjavascript.net/ Free Udacity course by Peter Norvigs: https://www.udacity.com/course/design-of-computer-programs--cs212 Introduction to Algorithms (Thomas H. Cormen) : https://en.wikipedia.org/wiki/Introduction_to_Algorithms. - Source: Hacker News / over 1 year ago
  • Blade-Runner-Tailwind: A Collection of Blade Runner Themed Tailwind Components
    Https://eloquentjavascript.net/ is a great way to get familiar with JS. React has the most traction behind it, although I found Vue easier to pick up. I suggest trying your hand at things and seeing what sticks with you. I've been having a blast with Vercel. - Source: Hacker News / over 1 year ago
  • Are you a beginner who are struggling to make progress? 5 tips and 3 books to help you progress
    Https://eloquentjavascript.net/ - a good programming book that also builds up from the beginning. Covers vanilla JavaScript and the Domain Object Model (browser-based front-end), and introduces Node. I personally don't think JavaScript is the best language for new programmers to start with, because JS isn't as strict as other languages when it comes to types. I'd advise working through this after doing the... Source: over 1 year ago
  • At crossroads with career and coding
    OP if you don’t mind let me share here are the two sites I found helpful, just pick of one them: 1. Eloquent Js 2. javascript.info. Source: over 1 year ago
  • What's the difference between the Object.assign function and the = operator in assigning or reassigning a property's value of an object?
    I have actually ran it on three different online code sandboxes: a) the online code sandbox provided in the JavaScript book I'm studying from, b) Codepen, and c) Codesandbox. Source: over 1 year ago

Do you know an article comparing Eloquent JavaScript to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Eloquent JavaScript discussion

Log in or Post with

This is an informative page about Eloquent JavaScript. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.