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

wm4-Jade-Jones-JavaScript-Core-1-Coursework-Week1 - #347

Open
Jade-Jones-dev wants to merge 10 commits into
CodeYourFuture:masterfrom
Jade-Jones-dev:master
Open

wm4-Jade-Jones-JavaScript-Core-1-Coursework-Week1#347
Jade-Jones-dev wants to merge 10 commits into
CodeYourFuture:masterfrom
Jade-Jones-dev:master

Conversation

@Jade-Jones-dev

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: Jade Jones
  • Your City: Birmingham
  • Your Slack Name: Jade Jones

Homework Details

  • Module: Javascript core
  • Week: week 1

Notes

  • What did you find easy?
    -I enjoyed working on the functions

  • What did you find hard?

  • Getting the tests to work

  • What do you still not understand?

  • How to get the tests to work properly

  • Any other notes?

Comment thread mandatory/3-function-output.js Outdated
// the combine2words function will take the words and return a new string based on the two words

function concatenate(firstWord, secondWord, thirdWord) {
return firstWord.concat(secondWord, thirdWord);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice work. Here you can add blank space so it can pass the test. In the test line there is one space between the words. So if you add space in firstWord.concat(" ", secondWord, " ", thirdWord) it will pass the tests.

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