以下のコードにおいて、VS Codeがエラーとして検出する可能性が最も高いのはどれですか? ```javascript var message = "Hello World" console.log(message; ```