Giter Site home page Giter Site logo

prime_solo_02's Introduction

Three Bugs

Gosh darn it, our code for our STI solver has three bugs!

Code has been added for you to write the information to the DOM. Read each line and think conceptually about what the code is 'telling' you.

Make sure to reference the original challenge for the specific notes on what the application is supposed to do.

Once you have a handle on that, notice that the result of the code is... well... not right. It seems that our information is not being displayed correctly.

Walk through the code and see if you can spot what is going wrong. Additionally, try using console.logs strategically to see if you can isolate the issues. Once you have found an issue, go ahead and make the correction.

At the top of the document, add comments about the errors that you have found. Make sure to sever the connection to this remote repo and check your work into your own remote repo!

Good luck!

Hard Mode

Correct the output to the DOM so that it includes spaces between each set of information, rather than be bundled close as it is now.

Example, "information,information,information" > "information, information, information"

Pro Mode

Style the result to be 'prettier'! Part of making it prettier means that you will want to remove the bullets from the list items. However, in this mode, you are not allowed to change it from 'li' items as it is now.

prime_solo_02's People

Contributors

mliq avatar scottbromander avatar

Watchers

James Cloos avatar  avatar

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.