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

Glasgow Class 6 - Christina Mifsud - JS1 - Week 1 - #475

Open
christina-mifsud wants to merge 8 commits into
CodeYourFuture:masterfrom
christina-mifsud:master
Open

Glasgow Class 6 - Christina Mifsud - JS1 - Week 1#475
christina-mifsud wants to merge 8 commits into
CodeYourFuture:masterfrom
christina-mifsud:master

Conversation

@christina-mifsud

Copy link
Copy Markdown

Your Details

  • Your Name: Christina Mifsud
  • Your City: Glasgow
  • Your Slack Name: Christina Mifsud

Homework Details

  • Module: JS1
  • Week: Week 1

Notes

  • What did you find easy?

  • What did you find hard?
    Doing the exercises before the class.

  • What do you still not understand?
    Why I needed to comment out some exercises for the test to work.

  • Any other notes?

Comment thread mandatory/1-syntax-errors.js Outdated
Comment thread mandatory/1-syntax-errors.js
Comment thread mandatory/2-logic-error.js Outdated
Comment on lines 22 to 25
function getStringLength() {
let phrase = "A wild sentence appeared!";
return phrase.length;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
function getStringLength() {
let phrase = "A wild sentence appeared!";
return phrase.length;
}
function getStringLength(word) {
return word.length;
}

christina-mifsud and others added 4 commits February 18, 2023 11:12
Co-authored-by: Maksim Lukianenko <93668989+Mpanasetckiy@users.noreply.github.com>
Updated 1-syntax-errors.js following feedback
Co-authored-by: Maksim Lukianenko <93668989+Mpanasetckiy@users.noreply.github.com>
Comment thread mandatory/1-syntax-errors.js
Co-authored-by: Irianni Munoz <82213740+munozirianni1988@users.noreply.github.com>
Comment thread mandatory/1-syntax-errors.js Outdated
christina-mifsud and others added 2 commits February 18, 2023 16:00
Co-authored-by: Irianni Munoz <82213740+munozirianni1988@users.noreply.github.com>
Did not need to create the exact functions to match the answers in 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.

3 participants