Skip to content

FSW16: Javascript I, Kelly Lin - #517

Open
linkel wants to merge 3 commits into
bloominstituteoftechnology:masterfrom
linkel:master
Open

FSW16: Javascript I, Kelly Lin#517
linkel wants to merge 3 commits into
bloominstituteoftechnology:masterfrom
linkel:master

Conversation

@linkel

@linkel linkel commented Nov 24, 2018

Copy link
Copy Markdown

Completed assignments and stretch goals for JS I.

@clintKunz

Comment thread assignments/arrays.js
// The dealer needs the information on the last car in their inventory. What is the make and model of the last car in the inventory? Log the make and model into the console.
let lastCar = 0;
console.log();
let lastCar = 49;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the length property here

@clintKunz

Copy link
Copy Markdown

MVP

  • Complete Object challenges without any errors
  • Complete Array challenges without any errors
  • Don’t use map, reduce, or filter

Stretch

  • Arrow function syntax
  • Review callback material for tomorrow

What Looks Great

  • MVP and Stretch complete! Nice work
  • Code is well formatted and easy to read

What Could Be Improved

  • Need more commits.

What Could Be Added

Rating (1-3)

3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants