sandrabosk / m1-pulse-check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo_ironhack_blue 7

JS | WebDev Pulse check - Module 1

Disclosure: The goal of this assessment is not to grade you since Ironhack is not a traditional school. The result of this assessment won't influence your future here at Ironhack in any matter. Our ultimate goal is to understand if there are still some pitfalls that need to be filled before we proceed with the rest of the materials. The concepts we covered so far represent the fundamentals of JavaScript programming language. We aim to proceed with a strong base, thus for it is of the most significance for us to know where you currently stand so we can focus on helping you with what the help is the most needed.

Getting Started

  1. Fork this repository.

  2. Clone your copy of the repository. The URL of the repo webpage should be <your-github-username>/m1-w1-assessment.

  3. Open the project in the VS Code and run the SpecRunner.html file with the Live Server (extension).

  4. You will be working in the src/assessment1.js file.

  5. If you need more details for the current task, feel free to check the tests/AssessmentSpecs.js file.

  6. When completed all tasks from tests/AssessmentSpecs.js file, consider your self a js ninja - intro level. If you want to try your luck to becoming js ninja - don't mess with me level, go to SpecRunner.html, comment out the line where tests/AssessmentSpecs.js is required and un-comment out the line where we require tests/AdvancedAssessmentSpecs.js.


Submission

  1. After you complete each iteration, push your code to your GitHub repo.

    git add .
    git commit -m "complete iteration 1"
    git push origin master

  1. Create the Pull Request.

When creating the Pull Request, add the title same as when creating a Pull Request for daily LABs, e.g.:

BCN-FTWD-1019-Marco, MAD-PTWD-0618-Alvaro


Happy coding! 🚀

About


Languages

Language:JavaScript 99.6%Language:HTML 0.4%