Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
New article 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Jan 3, 2024
1 parent e2094aa commit c4efb17
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "This year I participated in the first edition of Advent of TypeScr
new series of article I will show my solutions to the challenges I liked the most."
date: 2023-12-29
image: ../images/posts/advent-of-typescript-featured.jpg
tags: [typescript]
tags: [typescript, advent of typescript 2023]
comments: true
math: false
authors: [fabrizio_duroni]
Expand Down Expand Up @@ -64,8 +64,8 @@ In this way, reading the articles will be easier:

So which are the 4 challenges I like the most? Here they are:

* [Rock, Paper, Scissors](/2023/12/30/advent-of-typescript-2023-rock-paper-scissors/)
* Tic Tac Toe (BE PATIENT...PUBLISHED SOON)
* [Rock, Paper, Scissors](/2023/12/30/advent-of-typescript-2023-rock-paper-scissors/ "rock paper scissors")
* [Tic Tac Toe](/2024/01/04/advent-of-typescript-2023-tic-tac-toe/ "tic tac toe")
* Connect 4 (BE PATIENT...PUBLISHED SOON)
* Santa is stuck! (BE PATIENT...PUBLISHED SOON)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Given these parameters, the type should be return if we win, lose or there is a

#### Implementation

The exercise gave us only a couple of code hints to start from: the union type `RockPaperScissors` and the `WhoWins`
The exercise gave me only a couple of code hints to start from: the union type `RockPaperScissors` and the `WhoWins`
without any parameter.

```typescript
Expand Down
Loading

0 comments on commit c4efb17

Please sign in to comment.