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

NW4 - Ali Bavarsad - JavaScript Core 1 - Week 1 - #126

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

NW4 - Ali Bavarsad - JavaScript Core 1 - Week 1#126
alibvr wants to merge 2 commits into
CodeYourFuture:masterfrom
alibvr:master

Conversation

@alibvr

@alibvr alibvr commented Jun 25, 2021

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: Ali Bavarsad
  • Your City: Manchester
  • Your Slack Name: Ali Bavarsad

Homework Details

  • Module: JavaScript Core 1
  • Week: 1

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?


test("concatenate example #1", () => {
expect(concatenate("code", "your", "future")).toEqual("code your future");
expect(concatenate("code ", "your ", "future")).toEqual("code your future");

@csfilipinyi csfilipinyi Jul 2, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

plz. don't modify the test code, the function above has to be compliant with the original test code and not the another way around


test("concatenate example #2", () => {
expect(concatenate("I", "like", "pizza")).toEqual("I like pizza");
expect(concatenate("I ", "like ", "pizza")).toEqual("I like pizza");

@csfilipinyi csfilipinyi Jul 2, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

plz. don't modify the test code, the function above has to be compliant with the original test code and not the another way around


test("concatenate doesn't only accept strings", () => {
expect(concatenate("I", "am", 13)).toEqual("I am 13");
expect(concatenate("I ", "am ", 13)).toEqual("I am 13");

@csfilipinyi csfilipinyi Jul 2, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

plz. don't modify the test code, the function above has to be compliant with the original test code and not the another way around

@csfilipinyi csfilipinyi 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, put some comments inside the code

@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