Skip to content

deeseert/bootcamp-prepwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coders In Hoods Course Interview Prep

This folder contains all the exercises you need to complete before your interview to join Coders In Hoods.

Requirements

You need to install:

  • NodeJS, get it from here
  • a code editor, we recommend VS Code

Exercise process

These are the steps you'll perform to complete each exercise:

  1. In a terminal, navigate to an exercise folder:
    • e.g. cd 02-js-variables-exercise
  2. In the same terminal, run npm install and wait for it to finish installing
  3. Open the README.md file and read about the topic
    • If you want a nice way to read the file, one option is a Chrome extension: Markdown Viewer. Make sure to follow the steps for "Local Files"
  4. Open the index.js file and read the descriptions of the required code
  5. Write some code to meet the requirements
  6. Run npm test to see if your code has met the requirements
  7. Keep repeating steps 5 and 6 until all the tests have passed
  8. Take a well earned break!
  9. Move on to the next exercise

Scheduling your interview

After you have completed all of the exercises, send an email to admissions@codersinhoods.dev.

Troubleshooting

Make sure you have node 18 installed.

Solutions

You can find the solutions to all the exercises in the branch solution_2023.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%