-
Notifications
You must be signed in to change notification settings - Fork 10
Brussels | 25-ITP-October | Serotonine | Sprint 2 | All exercices #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| // Create a variable to store the dir part of the filePath variable | ||
| // Create a variable to store the ext part of the variable | ||
| // Create a variable to store the directories part of the filePath variable. | ||
| // Create a variable to store the extension part of the variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correcting the questions makes the reader confused
MustafaBora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
| @@ -1,4 +1,4 @@ | |||
| const movieLength = 8784; // length of movie in seconds | |||
| const movieLength = -8784; // length of movie in seconds | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why minus?
| - console.log(["message"], value.toString()) | ||
| - console.assert(assertion, "message", [optionalParams]); | ||
| - - assertion returns a boolean (false / true). If false the message will be displayed in the console. | ||
| - - E.g. console.assert(5 < 2, "You are really dumb into mathematics"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.