Remove mention of comments from typewriter post

This commit is contained in:
Talia 2023-08-28 11:50:47 +02:00
parent 3e754c21a2
commit 0fc902ea5d

View file

@ -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! 💜