Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var flight = {
  2. airline: "Oceanic",
  3. number: 815,
  4. departure: {
  5. IATA: "SYD",
  6. time: "2004-09-22 14:55",
  7. city: "Sydney"
  8. },
  9. arrival: {
  10. IATA: "LAX",
  11. time: "2004-09-23 10:42",
  12. city: "Los Angeles"
  13. }
  14. };
Add Comment
Please, Sign In to add comment