Web-Cam / AlexaRhyme

0 stars 4 forks source link

Returns only one word #1

Closed Web-Cam closed 6 years ago

Web-Cam commented 6 years ago

main.js only returns one word per search. Many more are needed.

inoridv commented 6 years ago

Hello! I'll take care of this one :)

ilanbiala commented 6 years ago

@Web-Cam Since the return value is currently being alert()ed to the user, how should the n words per search be returned?

Web-Cam commented 6 years ago

I was just going to assign the return values to a variable, the alret was just for testing. Thanks for all the help so far !

ilanbiala commented 6 years ago

@Web-Cam take a look at the PR I referenced.