Javascript Project Slot Machine

../_images/cherry.png ../_images/seven.png ../_images/watermellon.png ../_images/bell.png ../_images/bar.png ../_images/diamond.png

Let’s go to Vegas. In this section we are going to create our own video slot machine. Like all web projects we will start simple and work our way up to a more complicated project. Ultimately what we build is going to look like the following:

Let’s start by displaying one of two possible slot machine images, that we will randomly select.

<div id=”slot_1_js”>

</div>

<div id=”slot_2_js”>

</div>

You have attempted of activities on this page