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

London_9 - Mohamed Abdalla - JavaScript - WEEK_1 - #417

Open
Mohamed-Abdalla-1 wants to merge 6 commits into
CodeYourFuture:masterfrom
Mohamed-Abdalla-1:master
Open

London_9 - Mohamed Abdalla - JavaScript - WEEK_1#417
Mohamed-Abdalla-1 wants to merge 6 commits into
CodeYourFuture:masterfrom
Mohamed-Abdalla-1:master

Conversation

@Mohamed-Abdalla-1

Copy link
Copy Markdown

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: Mohamed Abdalla
  • Your City: London
  • Your Slack Name: Mohamed Abdalla

Homework Details

  • Module: JavaScript -Core-1
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@jonnywyatt jonnywyatt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Well done for doing the extra exercises as well!

Comment thread exercises/C-variables/exercise.js Outdated
Comment thread exercises/E-strings-concatenation/exercise.js
Comment thread extra/1-currency-conversion.js
Comment thread extra/3-magic-8-ball.js
function shakeBall() {
//Write your code in here
console.log("The ball has shaken!");
return answer = answers[Math.floor(Math.random() * answers.length)];

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

There's a lot going on in this line, could break it into several, similar to your 'good code' example above?

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants