MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1thfc8l/titles/omp3id6/?context=3
r/programmingmemes • u/Defiant_Relative3763 • 14d ago
43 comments sorted by
View all comments
2
``` function response(input: string) { const message = input.toLowerCase(); if(message== "hi") { return "Hello. How may I assist you today?"; }
return "Sorry, but I don't know what you mean"; }
2 u/cowlinator 13d ago It's AI!
It's AI!
2
u/heesell 13d ago
``` function response(input: string) { const message = input.toLowerCase(); if(message== "hi") { return "Hello. How may I assist you today?"; }
return "Sorry, but I don't know what you mean"; }