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

ZA2-Tersia - #296

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

ZA2-Tersia#296
tersiakoetzee wants to merge 2 commits into
CodeYourFuture:masterfrom
tersiakoetzee:master

Conversation

@tersiakoetzee

@tersiakoetzee tersiakoetzee commented Jul 1, 2022

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:
  • 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?


View rendered exercises/K-functions-parameters/README.md
View rendered exercises/L-functions-nested/README.md

}
const greeting = introduction(30);

console.log(greeting);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tersia, your const greeting contains two functions, one is createLongGreeting() and the other one is Introduction() so I wonder what would happen when invoking 2 functions under one variable, please review this situation.

@@ -1,16 +1,21 @@
// Add comments to explain what this function does. You're meant to use Google!
// method to create a function that will return a random integer between 0 and 9 values

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not only returns the integer but any number between 0 and 10, that number can sometimes be 9.99

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.

3 participants