Skip to content

Mission-Ready/js-exercise01-variables-types-CassJah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

01 Exercise - Variables, Types & Operations

Brief

Display a customers Flight Details by completing the required variables in JavaScript

Alt text

Rationale

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.

Getting Started

  1. 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.
  1. The code for this exercise should go into /Submission/static/js/script.js.

Instructions Part A - Write variables in JavaScript

  1. 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.
  2. Open /Submission/js/script.js in VS Code
  3. 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
  4. 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.

Submit your Exercise


Exercise answer walkthrough

About

js-exercise01-variables-types-CassJah created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published