Foo.prototype.bar = function () {
  var something = 'something';
  if (something === 'somethingelse' && something === 'anotherthing' && something !== 'someotherthing') {

  }