Skip to content
Snippets Groups Projects
Unverified Commit 52d63700 authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Add files via upload

parent 2afae5a6
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ function findAnswer(query) {
return "Have a nice day!"
}
else if (query.toLowerCase().includes(["hello", "hi"])) {
else if (query.toLowerCase().includes(["hello", "hi", "Hey"])) {
return "Hi! which recipe you would like me to look for?"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment