Coding exercise setup code for Pelmorex technical interview
git clone https://github.com/nafeu-pelmorex/pa-coding-exercise.git pa-coding-exercise
cd pa-coding-exercise
npm install
Run the node process with npm start
and keep your terminal visible on screen. Once our call has been connected, we will send you a list of interview questions that you can paste inside the interview.js
file on line 17
where it says:
// [PASTE INTERVIEW QUESTIONS HERE]
MIT