Skip to content

Conversation

@phnsh
Copy link
Owner

@phnsh phnsh commented May 26, 2019

Below changes are made as part of week 7 assignment - classes are added to the relevant functionalities.

@phnsh phnsh requested a review from fullstackgl May 26, 2019 15:13

let spreadUserData = function(arr) {
var rawData = arr;
let user = new User(rawData.id, rawData.profile_img, rawData.cover_img, rawData.full_name, rawData.user_bio, rawData.user_name, rawData.user_email, rawData.following);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Object destructuring wasn't implemented

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