Javascript course has lot of errors
If not done yet, you should read users comments, few of them points out errors with exercises, but the one that disappointed me is the one with the Verification PRO exercise. We can not resolve it and continue with because of the prompt function, here you have the complete message I got: /usercode/file0.js:1 let pin = Number(prompt("Enter pin:")); ^ ReferenceError: prompt is not defined at Object.<anonymous> (/usercode/file0.js:1:11) at Module._compile (node:internal/modules/cjs/loader:1254:14) at Module._extensions..js (node:internal/modules/cjs/loader:1308:10) at Module.load (node:internal/modules/cjs/loader:1117:32) at Module._load (node:internal/modules/cjs/loader:958:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 Node.js v18.16.0