how to fetch ok or cancel value of prompt in javascript code example
Example: what is the meaning of prompt in javascript
var answer = prompt('What is your name?','Joe Blogg');
var answer = prompt('What is your name?','Joe Blogg');