2020-05-26 18:17:24 +02:00

5 lines
65 B
JavaScript

var hello = 'world'
if (hello !== 'world') {
throw new Error
}