Skip to content

Commit d9441d1

Browse files
feat: add starter code for the new project
1 parent 88ff7f2 commit d9441d1

File tree

10 files changed

+9
-3
lines changed

10 files changed

+9
-3
lines changed

hyperskill/09_hangman/01/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/02/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/03/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/04/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/05/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/06/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/07/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/08/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hangman (JavaScript)
2+
3+
My solution to the project [Hangman (JavaScript)](https://hyperskill.org/projects/265?track=32) on [Hyperskill](https://hyperskill.org).
4+
5+
Each stage of the project is in a separate folder.

hyperskill/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ There are no certificates for this track yet.
3232

3333
[My](https://hyperskill.org/profile/7889902) solutions to [Hyperskill](https://hyperskill.org) projects from the [JavaScript Core](https://hyperskill.org/tracks/32) track.
3434

35-
| Project | Level | Status |
36-
| --------------------------------------------- | ------ | --------- |
37-
| [Chalkboard Printer](./08_chalkboard_printer) | Medium | Completed |
35+
| Project | Level | Status |
36+
| --------------------------------------------- | ------ | ----------- |
37+
| [Chalkboard Printer](./08_chalkboard_printer) | Medium | Completed |
38+
| [Hangman (JavaScript)](./09_hangman) | Hard | In Progress |

0 commit comments

Comments
 (0)