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

London9 Lovelace - Mehreen Aziz - JS Week 3 - #194

Open
Mehreenaziz wants to merge 3 commits into
CodeYourFuture:mainfrom
Mehreenaziz:main
Open

London9 Lovelace - Mehreen Aziz - JS Week 3#194
Mehreenaziz wants to merge 3 commits into
CodeYourFuture:mainfrom
Mehreenaziz:main

Conversation

@Mehreenaziz

Copy link
Copy Markdown

No description provided.

do {
i = i + 1;

if (i % 2 === 0) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good catch, keep it up

function getTemperatureReport(cities) {
// TODO
let cityWeather = [];
for (let i = 0; i < cities.length; i++) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Perhaps linting could be applied here

function headlinesWithNumbers(allArticleTitles) {
// TODO
// let arrayNum = []
// for (let el of ARTICLE_TITLES) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Removing the dead code would enhance the readability and accidental issues

@rami1207 rami1207 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.

Highly commendable work. Keep it up. Pay attention to the dead code and lining. Apart from that, they are perfect.

@rami-data-infra rami-data-infra added the reviewed A mentor has reviewed this code label Dec 20, 2022
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.

3 participants