javascript-tutorial / javascript-tutorial/en.javascript.info
Interaction : Confirm();
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
Your Code :-
let isBoss = confirm("Are you the boss?");
alert( isBoss ); // true if OK is pressed
suffers error.
You should replace alert with confirm keyword to make it work properly and relevanlty.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the JavaScript example shown in the issue and locate it in the tutorial content. Verify the dialog example against the reported correction, then confirm that the rendered example and its explanation work as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100