cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/movie-seat-booking/
## Movie Seat Booking
Display movie choices and seats in a theater to select from in order to purchase tickets
## Project
Display movie choices and seats in a theater to select from in order to purchase tickets
## Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
const container = document.querySelector('.container');
const seats = document.querySelectorAll('.row .seat:not(.occupied)');
co
const seats = document.querySelectorAll('.row .seat:not(.occupied)');
co