I really appreciate if you show me how to make the modal window work in this code. This is supposed to be a "quote machine". What i intended to do is to insert all the html dom elements inside the table cells. Then with my quote object array and with the help of the random numbers and for loops trying to match movie names in the outermost divs and after clicking that spesific div, opening a modal window which contains the quote from the said movie. I really appreciate if you show me how to make