Hello, I’ve been working on my quote machine for days and I’m unable to link my Javascript click function to my html button.
Am I missing anything in my code. help will be appreciated .
Hello, I’ve been working on my quote machine for days and I’m unable to link my Javascript click function to my html button.
Am I missing anything in my code. help will be appreciated .
Hey. You just have a typo here:
const Myqoutes = [ // Should be Myquotes.
Also, try and stick with camelCase, like myQuotes (don’t forget to change it everywhere though).
Thank you… I didn’t notice it… I’ll be careful next time