Johnny Burke, Kiyohide Hayashi - Berlin - W1D1 Lab#609
Conversation
| console.log(`The driver's name is ${hacker1}`); | ||
| let hacker2 = "Kiyo"; | ||
| console.log(`The navigator's name is ${hacker2}`); | ||
|
|
There was a problem hiding this comment.
Nice job! No comments on this iteration
| } else { | ||
| console.log(`It seems that the navigator has the longest name, it has ${hacker2.length} characters.`); | ||
| } | ||
|
|
There was a problem hiding this comment.
Nice job as well here! All good
On a small note, on the conditionals, try to leave the else condition for the "===" in this case, and the other if statements for the "<" and ">" options. As I said the code is still good but it could be more readable for other partners the other way.
| } | ||
|
|
||
| console.log(navNameReverse); | ||
|
|
There was a problem hiding this comment.
All good in this iteration!
No comments :D
| console.log("Yo, the navigator goes first definitely."); | ||
| } else { | ||
| console.log("What?! You both have the same name?"); | ||
| } No newline at end of file |
There was a problem hiding this comment.
All good as well here!
No comments! :D
|
This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This pull request is closed. Thank you. |
No description provided.