/u1_assessment

This is the Assessment for Unit 1 where you will be required to complete several JavaScript problems as well as mirror a provided mock up.

Primary LanguageJavaScript

Unit 1 Assessment

Hangover

Getting Started

  • Fork and Clone
  • npm install
  • npm test or npm run test to verify the installation

Assessment Outline

This assessment is used to gauge where you stand with basic JavaScript, HTML, and CSS. Your assessment will be graded from a 0-100% scale. Each question in Part One is worth 10 points (for a total of 60) and the Part Two challenge is worth a total of 40. You'll have 3 hours to complete this assessment.

Part One

The questions for Part One are outlined in the index.js in this repository's base directory. Work in the index.js and run npm test when you complete each problem.

There are 6 questions that you must answer in order for all of the tests to pass.

The prompt for each function is provided in a comment inside of each function block.

Part Two

Open the Part2.md file located in the assessment-part-2 folder to complete the second part of this assessment.

Submissions

Submissions will be done through a pull request on this repo following the PR Guidelines.