Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

NW5 Manchester - Sandra Duarte - JS2 - W1#134

Open
Sandra-Duarte wants to merge 2 commits into
CodeYourFuture:mainfrom
Sandra-Duarte:main
Open

NW5 Manchester - Sandra Duarte - JS2 - W1#134
Sandra-Duarte wants to merge 2 commits into
CodeYourFuture:mainfrom
Sandra-Duarte:main

Conversation

@Sandra-Duarte
Copy link
Copy Markdown

Your Details

  • Your Name: Sandra Duarte
  • Your City: Manchester
  • Your Slack Name: Sandra

Homework Details

  • Module: javaScript core 2
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Copy link
Copy Markdown

@Ara225 Ara225 left a comment

Choose a reason for hiding this comment

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

Needs some more files fixed, but perfect so far. Brillant!

let dogName; // complete the code
let dogBreed; // complete the code
let dogName = dog.name; // complete the code
let dogBreed = dog.breed; // complete the code
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work :)


let myCountry = "UnitedKingdom";
let myCapitalCity; // complete the code
let myCapitalCity = capitalCities["UnitedKingdom"]; // complete the code
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work


// write code here

basketballTeam.topPlayers.sort().forEach((players) => console.log(players));
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I love the way you've formatted this, it's quite nice and simple

capitalCities.Peru = {}
capitalCities.Peru.name = "Lima"
capitalCities.Peru.population = 9750000;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perfect!

*/

// write code here
if (student.attendance >= 90 && student.examScore > 60){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perfect!

};

console.log(myPet.getName());
console.log(myPet.getName());// The getName Function doesn't have return.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

All good, good understanding of the concept!

// write code here
}
getName: function(name){
console.log(`Student name :${name}`);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants