Skip to content

first commit - #1

Merged
BrannanC merged 4 commits into
masterfrom
david-martinson
Apr 2, 2019
Merged

first commit#1
BrannanC merged 4 commits into
masterfrom
david-martinson

Conversation

@pdxdave

@pdxdave pdxdave commented Apr 1, 2019

Copy link
Copy Markdown
Owner

Here we go

@pdxdave
pdxdave requested a review from BrannanC April 1, 2019 19:25
@BrannanC

BrannanC commented Apr 2, 2019

Copy link
Copy Markdown
Collaborator

JavaScript - I

MVP

  • Complete Object challenges without any errors
    • Challenge 1: Writing Objects
    • Challenge 2: Reading Object Data
    • Challenge 3: Object Methods
  • Complete Array challenges without any errors
    • Challenge 1: Which car has an id of 33
    • Challenge 2: What is the make and model of the last car in the inventory?
    • Challenge 3: Sort all the car model names into alphabetical order
    • Challenge 4: Create a new array containing only the car years
    • Challenge 5: Populate the array oldCars (made before 2000) and log it's length
    • Challenge 6: Return an array that only contains BMW and Audi cars
  • Arrow function syntax

Stretch

  • Object Challenges -- Nested Objects and the this keyword
  • Use array methods on the array's assignment

What Looks Great

  • MVP complete
  • Great job with arrow functions
  • Completed stretch in function-convension.js
  • Completed stretch in objects.js
  • You accidentally wrote a bubble sort because you thought you couldn't use the sort method. Really impressive.

What Could Be Improved

Questions for Student

  • There's always another way in JavaScript. Start looking at other students code and collect tools for your toolbox.

Rating (1-3)

3


@BrannanC
BrannanC merged commit 925c214 into master Apr 2, 2019
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.

3 participants