ex07-08-2

ソース

x; // ReferenceError: x is not defined   (エラー)
let x = 3;   /* (上でエラーになってしまったここには到達しない) */