Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript Files are not executing in VS Code #4

Closed
sudo-JSON opened this issue Feb 22, 2023 · 1 comment
Closed

JavaScript Files are not executing in VS Code #4

sudo-JSON opened this issue Feb 22, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@sudo-JSON
Copy link
Owner

No description provided.

@sudo-JSON sudo-JSON added the help wanted Extra attention is needed label Feb 22, 2023
@sudo-JSON
Copy link
Owner Author

Issue Solved

  • prompt() is a method of the Global window object found in browsers. It's not part of the JavaScript language.

  • window object is not defined in this environment.

  • Step 1: npm init

  • Step 2: npm install prompt-sync

  • Step 3: Open the JS file (name.js) in which you want to use prompt and import the prompt-sync as given below. (on line 1)

  • eg: const prompt = require("prompt-sync")();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant