In this walkthrough for our JavaScript course on Codecademy, we take a look at how to program a magic eight ball with JavaScript. We combine the knowledge we have learned in past lessons and create a Magic Eight Ball which allows us to ask it a question and it will reveal our fortune. This JavaScript project combines what we have learned about variables, conditionals, ternary operators, and basically control flow. You will have no problem with this project if you have been understanding the previous material we have covered. If the programming still seems foreign to you, make sure to refresh by re-doing previous lessons. Make sure to play around with your JavaScript in the editor for extra practice in any area you are having trouble with. Understanding conditionals is key to accomplishing this JavaScript project. Make sure you understand JavaScript basics covered previously for optimal results! Watch full course free, all course material has its own playlist for you to watch, and it will be of utmost aid on your quest!