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

London - Class10 | Akram Izedi | JS-Core-2|Week1#255

Open
AkramIzedi wants to merge 1 commit intoCodeYourFuture:mainfrom
AkramIzedi:main
Open

London - Class10 | Akram Izedi | JS-Core-2|Week1#255
AkramIzedi wants to merge 1 commit intoCodeYourFuture:mainfrom
AkramIzedi:main

Conversation

@AkramIzedi
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:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@AkramIzedi AkramIzedi requested a review from seyyednavid March 29, 2023 09:01
Comment thread 2-mandatory/1-recipes.js
servings : 2 ,
ingredients :['cinnamon' , 'cumin' , 'cocoa' ]
};

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

do you use a linting service to make the formatting easier in vscode? https://eslint.org/

name : recipe.name,
items : shoppingList,
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Really clear function :)

let countryCurrency = countryCurrencyCode[1];
currencyCodeLook[countryCode]=countryCurrency;
};
return currencyCodeLook;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Instead of using for loops you could also use this https://www.w3schools.com/jsref/jsref_foreach.asp

Copy link
Copy Markdown

@mira-shukla mira-shukla left a comment

Choose a reason for hiding this comment

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

Really good work just some small improvements

@mira-shukla mira-shukla added the reviewed A mentor has reviewed this code label May 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

reviewed A mentor has reviewed this code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants