Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.49 KB

File metadata and controls

31 lines (25 loc) · 1.49 KB

Portfolio Project

# classes Example Project Project Planning Rubric
3 04 RP 04 PP 04 RB

Overview:

In this unit, coders will create an object representation of their Portfolio page. With this update to their portfolio, all of the displayed information will be generated from a JavaScipt object. To create this project, coders will create an object representation of their portfolio, navigate the object, and display information to the screen.

Objectives:

  • 1.1 introduction to data
  • 1.2 Use JavaScript to create a simple object
  • 2.1 create a data representation using nested objects
  • 2.2 learn to access properties of an object using dot and bracket notation
  • 3.1 add new properties, modify, and delete properties an object
  • 3.2 Update existing properties of an object

Instructions

  1. Fork this repo to your own github account.
  2. Clone this repo into your own Cloud9 account workspace.
  3. Create your README.md file.
  4. Follow the instuctions in the comments to create your project
  5. Push all changes to GitHub.
  6. Host project on gh-pages.
  7. Add links to working url and project source code to your portfolio with an image and short description of the project.

Projects Extensions:

References/Tools