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

Glasgow Class 5 - Grant Frater - JavaScript Week 1 - #158

Closed
grantjfrater wants to merge 2 commits into
CodeYourFuture:masterfrom
grantjfrater:master
Closed

Glasgow Class 5 - Grant Frater - JavaScript Week 1#158
grantjfrater wants to merge 2 commits into
CodeYourFuture:masterfrom
grantjfrater:master

Conversation

@grantjfrater

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: Grant Frater
  • Your City: Glasgow
  • Your Slack Name: Grant Frater

Homework Details

  • Module: Javascript
  • Week: Week 1

Notes

  • What did you find easy?

  • What did you find hard?

  • Spent half an hour trying to figure out why last exercise wasnt working. Turned out I put greetin3 twice.

  • What do you still not understand?

  • Any other notes?

@ahmedjalalsd ahmedjalalsd 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 Grant, great job ^^

@@ -1,5 +1,6 @@
function halve(number) {
// complete the function here
return result = number / 2;

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 job, you can do the following to save some time
return number / 2;

}

// Call the function and assign to a variable `sum`
var result = sum(13, 124);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

var is acceptable, but I remember in the class, the teacher said is better to use let

@github-actions

Copy link
Copy Markdown

Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback.

@github-actions github-actions Bot added the Stale label Aug 14, 2021
@github-actions github-actions Bot closed this Aug 14, 2021
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