AI for Everyone - AI for Business Owners
An AI chatbot script has this error:
function getResponse(query) {
if (query == "help") {
return "How can I assist you?";
}
// Missing return for other queries
}
What is the problem?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions