From 2d732b593acb5276a2fd0ee877dd6b54e8a9b33b Mon Sep 17 00:00:00 2001 From: Karson Kalt Date: Wed, 10 Jul 2024 18:02:06 -0400 Subject: [PATCH] add link --- _notes/2024-07-10-note.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_notes/2024-07-10-note.markdown b/_notes/2024-07-10-note.markdown index a905c9b..f799c03 100644 --- a/_notes/2024-07-10-note.markdown +++ b/_notes/2024-07-10-note.markdown @@ -88,3 +88,5 @@ class Calculator { }); } ``` + +You can view for of this quick exploration on my [GitHub](https://github.com/karsonkalt/ts-playground/tree/main/src/chainable-calculator)