התקדמות שלך
11/47
ג'אווה סקריפט המדריך המלא 2024
פונקציות
תרגיל מספר 11 בדיקת גילאים
בתרגיל ג'אווה סקריפט הבא נלמד איך לתשאל את המשתמש את גילו ולהשתמש בפונקציה אשר תקבל את ערך התשובה של המשתמש, תבדוק אותה עם תנאי ואף תשתמש בפונקציה נוספת לקבוע האם למשתמש מותר לצפות בסרט מסויים.
- a. write a function isUserAllowedWatching() which expects a userAge as argument.
- b. check if userAge is greater than > 13 years old if so it returns true else false.
- c. write another function getUserAge() that prompts the user to enter his age then use isUserAllowedWatching() function.
- d. based on the result alert if the user has permissions to watch the movie or not!
שאלות