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.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-teacher-chatbot
- Owner: derektypist
- Created: 2025-01-13T12:52:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T12:54:34.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:23:01.926Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)