Great minimal use of JavaScript here - just remember that when you start using more of it it will be really important to give all your elements, functions, variables etc. meaningful names - this makes it much easier for you, your team, and reviewers to understand the code and how it should work.
https://github.com/FACN4/Week1_Day3_Project/blob/6ff6b5d1532471debcff91d96600ad75356ce7fb/index.html#L13
Great minimal use of JavaScript here - just remember that when you start using more of it it will be really important to give all your elements, functions, variables etc. meaningful names - this makes it much easier for you, your team, and reviewers to understand the code and how it should work.
🐛