Giter Site home page Giter Site logo

this-and-that's Introduction

this and that

Getting Started

  1. Complete exercise 1 located in the folder ex1
  2. Complete exercise 2 located in the folder ex2

Once those are done, create a new folder called stockCarVisual

Stock Car Visual (Final Boss)

You must create these files:

  • an index.html
  • a directory called js with a file index.js
  • a directory called css with a file styles.css

Link up each resource file inside of your index.html. Declare a window.onload inside of your index.js file, all of your work will be done inside of this code block.

You will need your stockCar object from the final-boss section of the Objects exercise. Run the file in node or a REPL and copy and paste the output to a variable named stockCar in your JS file.

Your task is to Generate HTML content dynamically based on the data inside of your stockCar object. You cannot hard code the data! Your HTML code inside of the <body tags should be empty. Everything will be generated by your Javascript code.

Reference

stockCar:

{ model: 'Ford',
  year: 2015,
  automaticTransmission: true,
  driver: null,
  passengers:
   [ { name: 'Jon', age: 19 },
     { name: 'Jason', age: 12 },
     { name: 'Tony', age: 21 },
     { name: 'Joe', age: 22 },
     { name: 'Jesse', age: 16 },
     { name: 'Nigel', age: 9 },
     { name: 'Kelli', age: 19 },
     { name: 'Marifel', age: 20 },
     { name: 'Victor', age: 15 } ] }

this-and-that's People

Contributors

sgnl avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.