From 2ced6521726819193e138a84bc3a2714f52f72a8 Mon Sep 17 00:00:00 2001 From: Eldar Shahmaliyev Date: Sat, 1 Feb 2025 22:41:08 +0400 Subject: [PATCH] wip --- 1-js/02-first-steps/09-alert-prompt-confirm/article.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/02-first-steps/09-alert-prompt-confirm/article.md b/1-js/02-first-steps/09-alert-prompt-confirm/article.md index 8ba414e9c..67c6b7101 100644 --- a/1-js/02-first-steps/09-alert-prompt-confirm/article.md +++ b/1-js/02-first-steps/09-alert-prompt-confirm/article.md @@ -1,6 +1,6 @@ -# Interaction: alert, prompt, confirm +# İnteraksiya: alert, prompt, confirm -In this part of the tutorial we cover JavaScript language "as is", without environment-specific tweaks. +Dərsliyin bu hissəsində JavaScript dilini olduğu kimi, mühitə xas dəyişikliklər olmadan nəzərdən keçiririk. But we'll still be using the browser as our demo environment, so we should know at least a few of its user-interface functions. In this chapter, we'll get familiar with the browser functions `alert`, `prompt` and `confirm`.