fabianschu / m1-w1-assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo_ironhack_blue 7

WebDev Assessment - Week 1 | JS


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


When Done

  1. When done with the exercise create the commit with the updated assessment1.js file .

    git add .
    
    git commit -m "Assessment done"

  1. Push the commit to the remote.

    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%