#javascript
Read more stories on Hashnode
Articles with this tag
Solution 'abcdabcdabcdabcdabcd'.match(/.{1,4}/g) // ['abcd', 'abcd', 'abcd', 'abcd', 'abcd'] Here's original StackOverflow answer. Context In...
Today, I've had hard time inspecting a disappearing tooltip. Here's a contrived example to visualize my problem. The tooltip disappears on blur,...
Let's start by saying that JavaScript wasn't the first name. Initially, it was called Mocha, then LiveScript, and only then JavaScript. However,...
Originally, the trademark was issued to Sun Microsystems in 1997. Then it was transferred to Oracle when they acquired Sun in 2010. However, the...
Very often you can hear that in JavaScript "Functions are first-class citizens". All it means is that it's possible to: Assign a function to a...