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.
-
Fork this repository.
-
Clone your copy of the repository. The URL of the repo webpage should be
<your-github-username>/m1-w1-assessment
. -
Open the project in the VS Code and run the
SpecRunner.html
file with theLive Server (extension)
. -
You will be working in the
src/assessment1.js
file. -
If you need more details for the current task, feel free to check the
tests/AssessmentSpecs.js
file. -
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 wheretests/AssessmentSpecs.js
is required and un-comment out the line where we requiretests/AdvancedAssessmentSpecs.js
.
-
After you complete each iteration, push your code to your GitHub repo.
git add . git commit -m "complete iteration 1" git push origin master
- 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! 🚀