Back to Browse

JavaScript Tutorial in Hindi for Beginners [Part 13] - Alert, Confirm, and Prompt in JavaScript

56.9K views
Feb 17, 2021
11:31

#Javascript #Tutorial #Hindi Link for Complete JavaScript Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSvHo6Rp4Ky0X8x_MabmKye Link for Complete HTML and CSS Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSdLVVjU_kea8J8lP24ZseT In this video i will talk about Alert, Confirm, and Prompt dialogs in JavaScript Functions to interact with the user: alert, prompt and confirm. 1. alert() - shows a message. 2. prompt() - shows a message, input text. It returns the text on ok or, if Cancel button or Esc is clicked, null. 3. confirm() - shows a message, confirm with “OK” or “Cancel”. It returns true for OK and false for Cancel/Esc. Note: All these functions pause script execution and don’t allow the visitor to interact with the rest of the page until the window has been dismissed. In this Video Tutorial series I will giving you full training about Javascript from basic to advance level with easy and best explanation. If you like this Javascript tutorial in Hindi do leave us a comment. Please subscribe to watch more videos like this: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g?sub_confirmation=1 Join this channel to support Tech Gun: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g/join

Download

0 formats

No download links available.

JavaScript Tutorial in Hindi for Beginners [Part 13] - Alert, Confirm, and Prompt in JavaScript | NatokHD