From 0fc902ea5d73849f0ac26d15799abde37455c3b4 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 28 Aug 2023 11:50:47 +0200 Subject: [PATCH] Remove mention of comments from typewriter post --- Web/JavaScript/HTML Typeriter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Web/JavaScript/HTML Typeriter.md b/Web/JavaScript/HTML Typeriter.md index ab7777e..c0af224 100644 --- a/Web/JavaScript/HTML Typeriter.md +++ b/Web/JavaScript/HTML Typeriter.md @@ -277,5 +277,3 @@ I hope this article was of some use, specially in illustrating how meta-programm I am aware that this example doesn't really target only one skill-level, as something like recursively traversing a tree is a lot more "basic" than dynamic property definitions and other meta-programming, but I hope that everyone can find at least one or two things they find helpful. And last but not least, [here's the actual code](https://github.com/DarkWiiPlayer/components/blob/master/TypeWriter.js), but keep in mind that I changed and ommitted a few things to make the code easier to follow in the article. - -What are your thoughts? Would you improve anything about this aproach? Have you ever found yourself using similar tools to solve a problem? Let me know in the comments and happy discussing! 💜