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

London Class_9-Sahar Naderi - JavaScript-Core-1-Coursework-Week1 - #470

Open
SaharNaderi wants to merge 2 commits into
CodeYourFuture:masterfrom
SaharNaderi:master
Open

London Class_9-Sahar Naderi - JavaScript-Core-1-Coursework-Week1#470
SaharNaderi wants to merge 2 commits into
CodeYourFuture:masterfrom
SaharNaderi:master

Conversation

@SaharNaderi

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:Sahar Naderi
  • Your City:London
  • Your Slack Name:Sahar

Homework Details

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

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@@ -5,12 +5,13 @@ function getRandomNumber() {

// Add comments to explain what this function does. You're meant to use Google!

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, I believe you are supposed to write your own comment here to describe what this function does.

// Add comments to explain what this function does. You're meant to use Google!
function combine2Words(word1, word2) {
return word1.concat(word2);
return word1.concat("",word2);

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 concat change here with the double quotes "" is not necessary. Only thing required in this part is adding a comment line above combine2Words

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.

2 participants