When comparing values in Javascript, always use the === comparison. It will ensure that not only do your values match, but the type too!