How you can learn Closures in JavaScript and understand when to use them
Chris Noring ・ Jul 2 ・ 5 min read
#tutorial
#javascript
#webdev
#beginners
Closures are amazing, but it's also a bit of a misunderstood topic. Lets dive into Closure and learn about what a useful construct it is. I can promise bboth an explanation of what it is, in what cases it can confuse. Finally I will show some good use cases.
Learn and use Composition in JavaScript and TypeScript
Chris Noring ・ Jul 6 ・ 6 min read
#webdev
#javascript
#tutorial
#beginners
Composition over inheritance, how often have you heard that statement? Too often if you've programmed a while. JavaScript has its own way to create composition. No need to create classes, if you don't want to.
How YOU can learn enough RegEx in JavaScript to be dangerous
Chris Noring ・ Jun 29 ・ 11 min read
#javascript
#tutorial
#webdev
#beginners
Most people swear at RegEx and yes it's a tricky topic. But just by understanding enough it can really change how you code. But as with everything, it shines it certain contexts. So lets learn enough, with this beginner to intermediate tutorial :)