تابستون داره تموم میشه ها، فرصت‌ها محدودن کلی آفر جذاب در کمپین تابستون🔥👇
۰ ثانیه
۰ دقیقه
۰ ساعت
۰ parisa sadat
تیکه کد برنامه
جامعه جاوا اسکریپت ایجاد شده در ۰۷ بهمن ۱۴۰۱
var usern = prompt("enter your User Name pleas!");
var passw = prompt("enter your password pleas!");
 if ( usern == "admin" && passw == "123a"){
        alert('Hello Dear Admin');
}else{
    alert('your username or your password is worng');
}