Categories → javascript
-
Is this (keyword) a problem?
The behaviour of this keyword in Javascript can be really hard to understand even for more experienced developers
-
Regular Expressions aka REGEX crash course
Regular expressions, also known as "regex", are patterns that help search, match or replace character combinations in strings
-
Destructuring arrays and objects
When used correctly, destructuring arrays and objects can become a big advantage for every JavaScript developer