התקדמות שלך
20/47
ג'אווה סקריפט המדריך המלא 2024
לולאות
תרגיל מספר 20 יצירת מספר רנדומלי
בתרגיל הבא נלמד להשתמש באובייקט מתמטיקה המובנה של ג'אווה סקריפט על מנת ליצור מספר רנדומלי בהינתן מספר מינימלי ומקסימלי
- a. prompt the user to enter min and max numbers.
- b. Write a function getRandomNumber() that generates a number in that range and return it , you can use Math.abs, Math.floor to get there.
-
c. Hint:you can check out this example
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random
שאלות