Today I learned
- JavaScript - (14)
- All tags
Secure JavaScript URL validation
Today I learned about a secure way to validate URLs in JavaScript
Read moreArray Sort modifies the original array
Today I learned, that when using the JavaScript sort() function on an array, it does not return a new array, but rather modifies the original one.
Read moreEfficiently load third-party JavaScript
Today I learned, how to efficiently load third-party JavaScript and share it on this post
Read more