Build a JavaScript chat bot with us

preview_player
Показать описание

This week, we code a chat bot using HTML, CSS and JavaScript. By the end of the stream, we'll have an interactive bot which responds to the user's input with helpful answers and advice.

We'll look at:
💬 Choosing the best UX for the bot
💬 Programming the bot
💬 Redirecting the user to a human


ABOUT SCRIMBA
Scrimba's goal is to create the best possible coding school at the lowest possible cost for students. If we succeed with this, it’ll give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live or the size of their wallets.

Рекомендации по теме
Комментарии
Автор


(As finished as it can be in 1 hour 😆)

Scrimba
Автор

🐰I need to have a bot that will piss people off! Thanks for doing this.

dennisr.DennyDesigns
Автор

This code snippet can be used at 45:13

button.addEventListener('click', answerQuestions)

function answerQuestions(q) {
const p =
p.innerText = batQandA[q.target.innerText]
}

maybe this was what Michael wanted

ashrafmohammed
welcome to shbcf.ru