Hi. Just trying to finish this project. However I am not certain where I went wrong that I cannot test it in the terminal.
Any help is appreciated!
You can find the code attempt here: scripts.js/scripts.js at main · edpla/scripts.js · GitHub
Hi. Just trying to finish this project. However I am not certain where I went wrong that I cannot test it in the terminal.
Any help is appreciated!
You can find the code attempt here: scripts.js/scripts.js at main · edpla/scripts.js · GitHub
Yah, that should work good. Looks like you just have an extra )}
in your generate function after the second quote. Take that out and it should work right. Paste all this into the console and it will work when you type in generate();
Thank you so much! It worked. I appreciate it.