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