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

LONDON-9-LAVELACE-BOSHRA-MAHMOUDI-JS-CORE2-WEEK1#169

Open
BoshraM wants to merge 3 commits into
CodeYourFuture:mainfrom
BoshraM:main
Open

LONDON-9-LAVELACE-BOSHRA-MAHMOUDI-JS-CORE2-WEEK1#169
BoshraM wants to merge 3 commits into
CodeYourFuture:mainfrom
BoshraM:main

Conversation

@BoshraM
Copy link
Copy Markdown

@BoshraM BoshraM commented Dec 20, 2022

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?


topPlayers=basketballTeam.topPlayers.sort().join("\n")
console.log(topPlayers)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good job Bushra :), I think here we wanted you to show each top player, instead of showing the array :) , Like this :
basketballTeam.topPlayers.sort().forEach/map(player => console.log(player))

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

thank you for review my home work , yes you are right . I've fiexed

if(student.attendence>=90&& student.examScore>60){
student.hasPassed=true;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good job, you should/can have else as well to show false too :)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

done

@@ -5,19 +5,19 @@
*/
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good job, I think you missed mandatory exercises or at least I can not see your solutions , let me know if you have them and want me to review them :)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

yes i havent complete that time my mandatory

@ellietms ellietms added the reviewed A mentor has reviewed this code label Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

reviewed A mentor has reviewed this code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants