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

WM4 - Michelle Janay - JavaScript - Week 1 - #319

Closed
michellejanay wants to merge 14 commits into
CodeYourFuture:masterfrom
michellejanay:master
Closed

WM4 - Michelle Janay - JavaScript - Week 1#319
michellejanay wants to merge 14 commits into
CodeYourFuture:masterfrom
michellejanay:master

Conversation

@michellejanay

@michellejanay michellejanay commented Aug 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: Michelle Janay
  • Your City: Birmingham
  • Your Slack Name: michellejanay

Homework Details

  • Module: JavaScript
  • Week: 1

Notes

  • What did you find easy?
    I found it easy to complete the exercises as they were very similar to what we did in class

  • What did you find hard?
    I found it challenging to understand exactly the BRL problem in the extras folder. I got very stuck on the 99% part, but Chizim helped me by giving a real world example.

  • What do you still not understand?
    Why the test is failing one part of the magic 8 ball challenge.

  • Any other notes?
    Yes, in the magic 8 ball challenge, within the test result, it is not showing the 'very negative' sequence even though it is written in the test. That's the part the test is failing. I'm unsure why.

EDIT: I had asked in the slack channel about why the test was failing, and James confirmed, it looks like there is a bug in the test.

Comment thread extra/2-piping.js
const multiplied = multiply(added, 2);
let goodCode = format(multiplied);
console.log(goodCode);
//This code is better, because you can see step by step what is happening, and you are also storing each value into a variable, which you could use later.

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 had a look at your code and I really like your example with the good and bad code.
Its really interresting how people made the good/bad code task differntly.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@Arbeits-Sachen I'll have to check it out(:

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