jparyani / nodejs-debug-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs debugging interview

This is a forked version of expressjs from ~2 years ago. It has a (relatively) simple bug in it that is your job to now fix.

Setup

A newish version of nodejs (tested on v7.7.2)

Install npm packages

$ npm install

The bug

Take a look at #1 and figure out how best to fix the bug.

Tests

Run tests with make test

About

License:MIT License


Languages

Language:JavaScript 99.5%Language:Makefile 0.4%Language:Shell 0.1%Language:HTML 0.0%