Skip to content

Conversation

@aalitenaye
Copy link

No description provided.

let filterType = null;
let textarea = document.getElementById("output");
const output = chatbot1.filter(item => item.input.includes(question));
if (question === chatbot1.input) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this logic doing?

}) // assigning to it AN addEventListener.
//==============================================================================
//CHATBOT FOUR
function showDog() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, however where are you calling these functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants