Birmingham | 26-ITP-Jan | Tasleem Adedokun | sprint 1| Structure and Testing Data#1006
Birmingham | 26-ITP-Jan | Tasleem Adedokun | sprint 1| Structure and Testing Data#1006tasleemadedokun wants to merge 16 commits intoCodeYourFuture:mainfrom
Conversation
…e console.log results in five multiple loggings.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
LonMcGregor
left a comment
There was a problem hiding this comment.
Good work, just a few very minor things to have another look at
Sprint-1/2-mandatory-errors/4.js
Outdated
| @@ -1,2 +1,11 @@ | |||
| const 12HourClockTime = "20:53"; | |||
| const 24hourClockTime = "08:53"; No newline at end of file | |||
| const Hour12ClockTime = "20:53"; | |||
There was a problem hiding this comment.
be careful to be consistent with naming. these variables are functional now, but do they have the same name format?
Sprint-1/1-key-exercises/4-random.js
Outdated
|
|
||
| // Math.floor usually rounds the number down to the nearest integer. | ||
|
|
||
| console.log (num); // first print is 24 |
There was a problem hiding this comment.
Do you need to have a space between the function name and the brackets?
There was a problem hiding this comment.
@LonMcGregor thank you very much i have effect all changes. Thank you for time.
|
Great work, this task is complete now |
Thank you very much. I really appreciate. However I noticed it is failling one check, what could it be? |
|
@tasleemadedokun If you read the comment from the bot above, possibly the issue is with the title of this PR. It looks OK to me though, so I don't think you need to change anything more at this point. |
Learners, PR Template
Self checklist
Changelist
I have answered and done the exercises.