I accidentally wrote a bit of code that looks like this: ``` js var myString = 'string1' || 'string2'; ``` This ought to be caught at compile time, as myString will never have a value of 'string2'.