I'm learning javascript and Node all by myself. Right now what I'm trying to do is to make a twitter bot that tweets random sentences from a list. So far the code I have post a random number between 0 and 100:I'm learning javascript and Node all by myself.