Display a customers Flight Details by completing the required variables in JavaScript
Practice declaring JavaScript variables, and assigning them values. This will build muscle memory, get you familiar with the terms used when describing variables, and allow you to practice using operators in JavaScript.
clone
the exercise repository to your local computer.
- If you are not too sure how to do it, please follow this video to see how to git clone the repository into your device.
- The code for this exercise should go into
/Submission/static/js/script.js
.
- Open
/Submission/index.html
in Live Server, so it opens in your browser. You**do not**
need to change or edit this file in VS Code. - Open
/Submission/js/script.js
in VS Code - Underneath each comment block, complete the instructions in the comment. After each variable declaration, you should see the web page update with the value you set
- Complete all the instructions in
script.js
until your web page looks like the brief
Acceptance criteria
- The values populated in your web page match the values from the screenshot in the brief.
- Push your code with your folder back to this Github Repository
- Tutorial Video for push your code