javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.5k stars 3.86k forks source link

Prompt is used without the preceeding "window." and returns an error. #3728

Open jai-sanghvi opened 2 months ago

jai-sanghvi commented 2 months ago

Chapter 2.6 - [Interaction: alert, prompt, confirm] (https://javascript.info/alert-prompt-confirm) Throughout this lesson and in the tasks, prompt is referred on its own without the window object which returns an error message when typed in the console.