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

ZA2-Kwanda Silekwa-JavaScript-Core-1-Coursework-Week1 - #299

Closed
kwanda9700 wants to merge 9 commits into
CodeYourFuture:masterfrom
kwanda9700:master
Closed

ZA2-Kwanda Silekwa-JavaScript-Core-1-Coursework-Week1#299
kwanda9700 wants to merge 9 commits into
CodeYourFuture:masterfrom
kwanda9700:master

Conversation

@kwanda9700

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: Kwanda Silekwa
  • Your City: Cape town
  • Your Slack Name: Kwanda Silekwa

Homework Details

  • Module: JS Core 1
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@Riyaazct Riyaazct 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.

Hi Kwanda. you finished the Extra exercises as well, Amazing bro. well done.

@kwanda9700

Copy link
Copy Markdown
Author

Thank you Riyaaz

@kwanda9700 kwanda9700 changed the title ZA2-Kwanda-Silekwa-JavaScript-Core-1-Coursework-Week1 ZA2-Kwanda Silekwa-JavaScript-Core-1-Coursework-Week1 Jul 4, 2022
@PatouMabando

Copy link
Copy Markdown

Hello Kwanda, I like the way you follow the steps to make your code more understandable. Well done.

@dschouw-CYF dschouw-CYF 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.

Awesome work Kwanda!

let greeting = "Hello World";

console.log(greeting);
for (i = 1; i < 4; i++) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great use of a for loop to perform a repetitive task 👍

@@ -1,5 +1,29 @@
function shoutyGreeting(str) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The exercise requires two functions, one that spells their names in uppercase, and one that create a shouty greeting.
While you code works perfectly, maybe consider

Suggested change
function shoutyGreeting(str) {
function shoutyGreeting(str) { // logs the output ( shout greeting )
.....
function upperCaseName(str) { // uppercases the

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.

5 participants