Software Alternatives, Accelerators & Startups

Eloquent JavaScript VS Scrimba

Compare Eloquent JavaScript VS Scrimba and see what are their differences

The page you are looking for does not exist

Eloquent JavaScript logo Eloquent JavaScript

Free ebook for the JS Beginners

Scrimba logo Scrimba

Interactive coding screencasts created in an instant
  • Eloquent JavaScript Landing page
    Landing page //
    2021-07-22
  • Scrimba Landing page
    Landing page //
    2023-05-12

Eloquent JavaScript features and specs

  • 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.
  • 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.
  • 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.
  • Engaging Writing Style
    The author, Marijn Haverbeke, writes in an engaging and clear style, making complex topics more understandable and keeping readers interested.
  • 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.

Possible disadvantages of Eloquent JavaScript

  • Steep Learning Curve
    Some readers may find the book's progression to be rapid, especially if they are complete beginners. The book quickly moves from basic to more complex topics, which can be overwhelming.
  • Lacks Visual Aids
    While the text is clear and the code examples are helpful, the book could benefit from more visual aids like diagrams and illustrations to explain complex concepts.
  • Assumes Some Prior Knowledge
    Although it's aimed at beginners, the book sometimes assumes that readers have some prior programming experience, which can make it less accessible to absolute novices.
  • Limited Coverage of Latest ES Features
    The book may not cover some of the latest features and best practices introduced in newer versions of JavaScript (e.g., ES2019 and beyond), meaning readers might need to supplement their learning with additional resources.
  • Web Development Sections Could Be More Detailed
    While the book does touch on web development, the sections on this topic are not as in-depth as some readers might hope. Those looking to get a more thorough grounding in web development may need to consult other sources.

Scrimba features and specs

  • Interactive Coding Environment
    Scrimba offers an interactive platform where users can pause the video and edit the code directly within the interface. This hands-on approach aids in better understanding and retention of coding concepts.
  • Community Support
    Scrimba has an active community where users can interact with each other, ask questions, and share their projects. This fosters a collaborative learning environment and peer support.
  • Affordability
    Compared to other coding platforms, Scrimba offers a variety of courses at competitive prices, even providing several free tutorials that beginners can access.
  • Expert Instructors
    The courses are taught by experienced developers and educators who are proficient in their fields. This ensures high-quality, reliable content.
  • Variety of Courses
    Scrimba offers a wide range of courses covering various topics in web development, mobile development, and other programming disciplines, catering to different skill levels.

Possible disadvantages of Scrimba

  • Limited Advanced Content
    While Scrimba excels in beginner and intermediate content, it may lack in-depth advanced courses for experienced developers looking for specialized or niche topics.
  • Interface Learning Curve
    The unique interactive coding environment can take some time to get used to, especially for those accustomed to more conventional video tutorial platforms.
  • Dependence on Internet Connection
    Since Scrimba is an online-based platform, users need a stable internet connection to access the content and interact with the coding environment.
  • Inconsistent Course Quality
    While many courses are excellent, the quality can vary depending on the instructor. Some users may find certain courses less polished or thorough than others.
  • No Offline Access
    Scrimba does not provide offline access to its courses, limiting its usability for learners who may want to study without an internet connection.

Analysis of Eloquent JavaScript

Overall verdict

  • Yes, Eloquent JavaScript is considered a good and valuable resource for learning JavaScript. It effectively balances theory with practical application, making it a popular choice among students and developers wishing to deepen their understanding of the language.

Why this product is good

  • Eloquent JavaScript is widely regarded as a strong resource for learning JavaScript due to its comprehensive coverage of both fundamental and advanced concepts. It is praised for its clear explanations, practical examples, and engaging writing style, which help readers understand complex topics. Its focus on best practices and problem-solving skills makes it a valuable reference for both beginners and experienced developers.

Recommended for

  • Beginners looking for a solid introduction to JavaScript
  • Intermediate developers seeking to reinforce their knowledge
  • Experienced programmers wanting to explore more advanced JavaScript topics
  • Anyone interested in functional programming concepts
  • Developers aiming to improve their problem-solving skills in JavaScript

Analysis of Scrimba

Overall verdict

  • Scrimba is considered a good resource for learning programming, especially for beginners who benefit from its interactive and engaging teaching methods. Its unique approach to coding education makes it a valuable tool for anyone looking to improve their skills.

Why this product is good

  • Scrimba is a platform that offers interactive coding tutorials, which allows learners to engage with the material in a hands-on way. It features built-in tools that enable students to manipulate code directly in the lessons, enhancing the learning experience. Additionally, it provides a community-driven environment where users can share knowledge and collaborate on projects.

Recommended for

  • Beginners looking to learn coding interactively
  • Self-paced learners who prefer hands-on practice
  • Individuals interested in front-end development
  • People seeking a community-supported learning environment

Eloquent JavaScript videos

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

More videos:

  • Review - Eloquent JavaScript review
  • Review - Book Review: Eloquent Javascript by Marijn Haverbeke

Scrimba videos

Scrimba Frontend Developer Career Path Course Review

More videos:

  • Review - I was so wrong about Scrimba
  • Review - Scrimba Javascript Bootcamp Course Review - Should you join?

Category Popularity

0-100% (relative to Eloquent JavaScript and Scrimba)
Text Editors
100 100%
0% 0
Education
0 0%
100% 100
Developer Tools
82 82%
18% 18
Online Learning
0 0%
100% 100

User comments

Share your experience with using Eloquent JavaScript and Scrimba. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Eloquent JavaScript should be more popular than Scrimba. It has been mentiond 217 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Eloquent JavaScript mentions (217)

  • 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 / 8 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 / 11 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 / 11 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 / 11 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 / 11 months ago
View more

Scrimba mentions (143)

  • Web Development Tools and Resources
    Scrimba (Visit Site) - Scrimba offers interactive coding screencasts that allow learners to edit code and see the results in real-time. It's an innovative way to learn coding through direct interaction. - Source: dev.to / over 1 year ago
  • “The Economics of Programming Languages” by Evan Czaplicki [video]
    Another very successful way to go about building a language is Imba. Build a successful product with new lang https://scrimba.com, make sure the product's very hard to Jeff and take VC money. Now you can work on the language as you please, and they can't Jeff you since nobody else can build something similar (not in a reasonable amount of time anyway) P.S: taking VC money is... - Source: Hacker News / over 1 year ago
  • Imba – The friendly full-stack language
    Imba powers Scrimba which is an incredibly cool platform with interactive coding screencasts: https://scrimba.com/. - Source: Hacker News / over 1 year ago
  • Imba – The friendly full-stack language
    Well it powers https://scrimba.com which looks serious enough. I’ve known about it for the past 6 years, but never had the chance to use it because I’ve only done static websites lately. I am starting work on an automatic irrigation system that will have a web/PWA frontend and I remembered about Imba which I plan to use this time. - Source: Hacker News / over 1 year ago
  • I have a bachelors but not in any software/web courses how do I get started to pursue this field?
    I started with some html and css course on youtube, then learnt jquery briefly. Then I used scrimba.com to learn javascript and react, its a really good platform, at this point, I learn frameworks to use with react, like tailwind, material ui. I would now learn typescript and this point and learn how to implement it with react. I then went to freeCodeCamp on youtube and watched their 8 hours node and express... Source: almost 2 years ago
View more

What are some alternatives?

When comparing Eloquent JavaScript and Scrimba, you can also consider the following products

VS Code - Build and debug modern web and cloud applications, by Microsoft

Codecademy - Learn the technical skills you need for the job you want. As leaders in online education and learning to code, we’ve taught over 45 million people using a tested curriculum and an interactive learning environment.

CodePen - A front end web development playground.

SketchCasts - A weekly screencast, all about how to use Sketch

Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications

Imba - Take a whole lot of Ruby, a pinch of Python and some React, get Imba