2 lines
37 B
JavaScript
2 lines
37 B
JavaScript
// Missing semicolon
|
|
let foo = "bar"
|
// Missing semicolon
|
|
let foo = "bar"
|