Giter Club home page Giter Club logo

js-basics-online-shopping-lab-bootcamp-prep-000's People

Contributors

alpha-convert avatar annjohn avatar aturkewi avatar bhollan avatar curiositypaths avatar dakotalmartinez avatar gj avatar jakebrady5 avatar jasonpaulso avatar jeffpwang avatar jonbf avatar maxwellbenton avatar pletcher avatar smulligan85 avatar tejbans avatar victhevenot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

js-basics-online-shopping-lab-bootcamp-prep-000's Issues

Incorrect link in README.md and Learn.co Portal

The link "0, 1" (line 67 of README.md) does not work, and probably isn't intended to be a link.

Based on the raw file, I believe that it is supposed to be viewed as this: [0, 1] (0 inclusive, 1 non-inclusive)
Instead it creates an invalid link due to Markdown being supported.

As a result, when clicked:

  • From the Learn.co portal:
    • When logged in, it returns you to your current page with a red error message saying "You do not have access to this lesson"
    • When logged out, it brings you to a 404 error page
  • From github:
    • It opens up a 404 error page

The `removeFromCart()` instructions are not descriptive enough

The test expects removeFromCart to mutate the cart rather than simply returning an updated cart. The instructions, on the other hand, say "return the updated cart", rather than something to the effect of "update the global cart variable before returning the updated cart".

This can be easily addressed through either 1) updating the instructions to make it clear that removeFromCart(item) should mutate the global cart variable, or 2) the test could be updated to use the result of removeFromCart('watermelon'); rather than a call to getCart().

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.