/adventoftypescript2023

Repo containing the solutions I worked out for AdventOfTypeScript 2023

Primary LanguageTypeScript

Advent of TypeScript 2023

Content

This repository contains the challenges I was able to solve as part of the advent of TypeScript 2023 event. Each folder contains a challenge and a markdown file in which I state the challenge and I explain my solution. As a sidenote, I think these challenges are a very nice way to learn TypeScript as they are very hands-on and practical. This way a developer can avoid tutorial hell and actually practice the concept they learn.

Check out this repo

After cloning it, go to the project repo and run

> pnpm install

Navigate the challenges from here

Day Code
Day 1 Solution
Day 2 Solution
Day 3 Solution
Day 4 Solution
Day 5 Solution
Day 6 Solution
Day 7 Solution
Day 8 Solution
Day 9 Solution
Day 10 Solution
Day 11 Solution
Day 12 Solution