Code Monkey home page Code Monkey logo

Comments (6)

gikf avatar gikf commented on July 2, 2024

Error is coming from the padRow function, specifically one of the string repeats. Depending on the rowCount and rowNumber, when rowCount - rowNumber or 2 * rowNumber - 1 will be -1, calling repeat method of string will show that error.

" ".repeat(-1) // RangeError: Invalid count value: -1

Edit:
When while condition is done < count there's no such issue.

from freecodecamp.

ojeytonwilliams avatar ojeytonwilliams commented on July 2, 2024

Yep. I think reworking the lessons so we never leave the learner with broken code (or at least never unexplained broken code) is the way to go.

from freecodecamp.

gikf avatar gikf commented on July 2, 2024

I'm not sure if it was even intended to have broken code, description is suggesting everything should work fine. Step 91 asks for two changes, one of which specifically makes this error appear (second change fixes the issue). 🤷‍♂️

from freecodecamp.

ojeytonwilliams avatar ojeytonwilliams commented on July 2, 2024

Yeah, it's a bit confusing. Probably not intentional, though. On 91 there's this:

When you do this, you may see a Range Error, because we've created another off-by-one error.

...but the only time I don't see the error is when I've followed all the instructions on step 91.

from freecodecamp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.