Ideas For Problems
As I mentioned earlier, I feel like a program should solve a problem.
Some problems I would've found to have taught me how to code in JavaScript would have been:
Say My Number - Program would input an integer and expect a string output that reads the interger. This would've helped me learn conditionals. Ex. Input: 72 Output: Seventy-two