An open API service indexing awesome lists of open source software.

https://github.com/derektypist/build-a-teacher-chatbot

Learn more about JavaScript strings by building a chatbot. Work with template literals and the indexOf method.
https://github.com/derektypist/build-a-teacher-chatbot

Last synced: about 1 month ago
JSON representation

Learn more about JavaScript strings by building a chatbot. Work with template literals and the indexOf method.

Awesome Lists containing this project

README

          

# Build a Teacher Chatbot

Learn more about JavaScript strings by building a chatbot. Work with template literals and the indexOf method.

## Technologies

Uses JavaScript. Working with template literals and the `indexOf` method.

## Deployment

Copy the code of `script.js` to the text editor. In `Node.js command prompt` type `node script.js` and press enter.

## Credits

### Acknowledgements

- [FreeCodeCamp](https://www.freecodecamp.org)