Skip to content

Baraah A.#12

Open
thebaraah wants to merge 2 commits intoHackYourAssignment:mainfrom
thebaraah:main
Open

Baraah A.#12
thebaraah wants to merge 2 commits intoHackYourAssignment:mainfrom
thebaraah:main

Conversation

@thebaraah
Copy link
Copy Markdown

No description provided.

@github-actions
Copy link
Copy Markdown

📝 HackYourFuture auto grade

Assignment Score: 0 / 100 ✅

Status: ✅ Passed
Minimum score to pass: 0
🧪 The auto grade is experimental and still being improved

Test Details

Comment thread task-1/Time.js
myTime.getSeconds(); // 0

myTime.addMinutes(35);
console.log(myTime.toString()); // 13:00:00
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The comment is misleading; it should be 13:10:00

Comment thread task-1/Time.js
console.log(myTime.toString()); // 13:00:00

myTime.addHours(12);
console.log(myTime.toString()); // 01:00:00
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The comment is misleading; it should be 01:10:00

Comment thread task-2/index.js
@@ -1 +1,88 @@
// Write your code here. You may create as many files as you like.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No LLM API call

@JalalHabeeb JalalHabeeb added the Reviewed This assignment has been reivewed by a mentor and a feedback has been provided label Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed This assignment has been reivewed by a mentor and a feedback has been provided

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants