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: Classes

12. Create a class that would hold game scores for a two player game. Then create the object with starting values and display all the scores. See more

29. Create an class for a fortune cookie. When you create your object, you will fill the cookie with 7 fortunes in an array. Then in a link, call a function in the object to display a random function. The display should be within an h3 tag using getElementById(). See more

30. Create the class in JavaScript and create two instances of the class. Be sure to display all the properties. See more

35. Create an OOP version of the number guessing game. See more

36. Create a OOP version of Rock, Paper Scissors. See more