Published
- 1 min read
alert confirm prompt javascript
The solution for this is noted below
alert confirm prompt javascript
Solution
if (confirm('Press a button!')) {
console.log('Accepted')
} else {
console.log('Declined')
}
Try other methods by searching on the site. That is if this doesn’t work