Now that we have a bot running on our twitch channel from part 1, we can now work on coding and adding new features to the bot.
When coding the most important thing is to add notes to remember what each function does, or whatever you will find important at a later stage. You do that by adding // before the comment.
// This is my comment. I need to remember this for later. Important stuff here.
JavaScript will ignore this part of the text and move on to the next code.
Continue reading “Programming a JavaScript bot for Twitch – Part 2 – Coding”
You must be logged in to post a comment.