Creating a Simple Chatbot in JavaScript to Learn About Arrays Part 1

Опубликовано: 12 Апрель 2026
на канале: John McCaffrey
187
3

In this tutorial we start making an opinionated chatbot. This project is to learn about using arrays in JavaScript. We will NOT be using LLMs like ChatGPT which is way beyond the scope of this basic project.

introduction 00:00
grab the html elements 02:20
arrays introduction 05:00
setting the element focus 07:03
adding the event listener 08:05
play game function 08:52
create the first array 13:20
generic response function 15:32
array splice method 24:05
set timeout method 29:00
clearing the human input text 32:50
keyboard events 33:40