Skip to content

Interaction: alert, prompt, confirm #21

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

Merged
merged 10 commits into from
Oct 27, 2019
Prev Previous commit
Next Next commit
হ্যালো এডিটেড
  • Loading branch information
sohag-pro authored Oct 23, 2019
commit 59d67ba0d92acfde7d8a8855d5cba5157ef0414d
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/09-alert-prompt-confirm/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alert(message);
যেমন:

```js run
alert("হ্যালোে");
alert("হ্যালো");
```

বার্তা সহ ছোট উইন্ডোকে *মডাল উইন্ডো* বলে। মডাল মানে হলো, ব্যবহারকারী যতক্ষণ না এই উইন্ডো এর কাজ না করছেন ততক্ষন বাকি পেজ এর কোনো কাজ করে পারবেন না, অন্য কোনো বোতাম চাপতে পারবেন না ইত্যাদি। এইক্ষেত্রে, --যতক্ষণ না তিনি OK চাপছেন।
Expand Down