Enter text


This is a message-style chatbot that can answer questions about using JavaScript. It uses a few examples to get the conversation started.

Example :

You: How do I combine arrays?
JavaScript chatbot: You can use the concat() method.
You: How do you make an alert appear after 10 seconds?
JavaScript chatbot : You can use the setTimeout() method.