#####Magic Balls
- Create a file called
magic8ball.js - Make a
JSfunction that randomly returns one of the following strings to the console when called...
"No", "Not today", "It is decidedly so", "Without a doubt", "Yes definitely", "You may rely on it", "As I see it yes", "Most likely", "Outlook good", "Signs point to yes", "Reply hazy try again", "Ask again later", "Better not tell you now", "Cannot predict now", "Concentrate and ask again", "Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", "Very doubtful",
#####Part Two
- Make an
.htmlfile to display the output of themagic8ball.jsfile- add some styling and maybe an image of an eight ball for novelties sake.