Skip to content

Salem Ra-Rabuod#3

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

Salem Ra-Rabuod#3
Barboud wants to merge 2 commits intoHackYourAssignment:mainfrom
Barboud:main

Conversation

@Barboud
Copy link

@Barboud Barboud commented Jan 14, 2026

No description provided.

@github-actions

This comment has been minimized.

@Barboud Barboud changed the title Submitted my assignment Salem Ra-Rabuod Jan 16, 2026
@rafaelhdr rafaelhdr self-assigned this Jan 22, 2026
Copy link

@rafaelhdr rafaelhdr left a comment

Choose a reason for hiding this comment

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

Exercise 1 is great. It is working really great 👏

But the exercise 2 is done in the wrong place. There is a file called "task-2/github-username.txt"

Try to edit that one, instead of creating the new one.


sleep 3

echo "Setup project…"

Choose a reason for hiding this comment

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

This is fine for plain text output, but be careful with

(Unicode ellipsis) is not the same as ... (three ASCII dots).
They look similar, but they are different characters.

For text this is usually fine, but in JavaScript ... is actual syntax
(e.g. spread/rest operators), and replacing it with will break the code.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for your feedback.
I fixed exercise 2 :)

@github-actions
Copy link

📝 HackYourFuture auto grade

Assignment Score: 76 / 100 ✅

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

Test Details
======================= Task 1 =======================
▶️ Running setup.sh...
✅ Successfully executed setup.sh.
✅ Script ran for at least 6 seconds
✅ Path exists: project
✅ Path exists: project/README.md
✅ Path exists: project/settings.conf
✅ Path exists: project/resources
✅ Path exists: project/resources/icon.png
✅ Path exists: project/resources/logo.png
✅ Path exists: project/src
✅ Path exists: project/src/program.js
✅ Path exists: project/src/database
✅ Path exists: project/.git
✅ Path does not exist: project/resources/family picture.jpg
✅ Path does not exist: project/src/profile
✅ Path does not exist: project/src/program.java
❌ File content does not match: project/src/program.js
Expected: "console.log('JavaScript works!');"
Found:    "console.log("JavaScript works!");"
✅ File content is correct: project/README.md
✅ Output has: "Creating project"
✅ Output has: "Setup project"
✅ Output has: "Setup JavaScript"
✅ Output has: "JavaScript works!"
✅ Output has: "icon.png"
✅ Output has: "All done!"
✅ Found 3 commits
✅ First commit message is "initial commit"

======================= Task 2 =======================
Your GitHub username: Barboud
▶️ Downloading profile README from: https://raw.githubusercontent.com/Barboud/Barboud/main/README.md
✅ Profile contains GitHub top languages widget
❌ Profile does not contain GitHub streaks widget
✅ Profile contains an animated title

======================= Summary =======================
- Task 1 Score: 94%
- Task 2 Score: 33%
Total Score: 76%
Min passing score: 50%

@Barboud
Copy link
Author

Barboud commented Jan 22, 2026

Exercise 1 is great. It is working really great 👏

But the exercise 2 is done in the wrong place. There is a file called "task-2/github-username.txt"

Try to edit that one, instead of creating the new one.

Thanks for your feedback.
I fixed exercise 2 :)

Copy link

@rafaelhdr rafaelhdr left a comment

Choose a reason for hiding this comment

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

Thank you for the fixes. It is running great. Good job 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants