Question: LAB NAME INSTRUCTIONS Create a mock flight reservation system that will create 5 flight objects according to the following properties: airline, number, origin, destination, dep_time,

LAB NAME INSTRUCTIONS Create a mock flight reservation system that will create 5 flight objects according to the following properties: airline, number, origin, destination, dep_time, arrival_ time, arrival_gate. Add a method to return the flight duration (gate to gate). 13 flights.js flights.html Using your HTML skills, create a the CONTENT layer for a baggage claim dashboard display that will list the above 5 flights as an information kiosk for arriving passengers, relatives and friends. flights.css Use bootstrap CSS and MDN to determine how to style your dashboard to provide (for example) striped rows for each flight. LAB NAME INSTRUCTIONS Create a mock flight reservation system that will create 5 flight objects according to the following properties: airline, number, origin, destination, dep_time, arrival_ time, arrival_gate. Add a method to return the flight duration (gate to gate). 13 flights.js flights.html Using your HTML skills, create a the CONTENT layer for a baggage claim dashboard display that will list the above 5 flights as an information kiosk for arriving passengers, relatives and friends. flights.css Use bootstrap CSS and MDN to determine how to style your dashboard to provide (for example) striped rows for each flight
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
