From 25c8254f970c4e0496e62ec758d6894e5cff1d88 Mon Sep 17 00:00:00 2001 From: TK Date: Fri, 26 Apr 2024 23:12:14 -0300 Subject: [PATCH] * --- coding_interviews/frontend/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coding_interviews/frontend/README.md b/coding_interviews/frontend/README.md index c1f4de9..4f5b33f 100644 --- a/coding_interviews/frontend/README.md +++ b/coding_interviews/frontend/README.md @@ -7,3 +7,7 @@ - [Decode Message](./js-coding-questions/decode-message) - [First Bad Version](./js-coding-questions/first-bad-version) - [Implement a Queue by using Stack](./js-coding-questions/implement-a-queue-by-using-stack) + +## Resources + +- [Front-End Prep](https://www.notion.so/evgeniiray/Front-End-Preparation-a0ac842415a04ddf9319718ea6ba22a4)