Topics

13. Alert
25. Array
26. Array Sorting
23. Classes
19. Concat
21. Do While
16. Event Handlers
8. For
17. Form
9. Function
20. Hello World
4. HTML
11. If Else
22. Letter to Number
14. Loop
24. Madlib
3. Math
7. Modulus
15. Popups
6. Prime
5. Random
18. String
10. Switch
12. Textfield
1. User Input
2. While

Topic: Modulus

27. Get a number from a user (window.prompt) and convert it to a number. Tell the user if the number is odd or even. HINT: use modulus (%). See more

15. Write a function that asks the user for a number. Tell the user if the number is odd or even. See more