Developer Tools, Tips
The Most Clever Line of JavaScript
Recently my friend sent me a very interesting JS snippet, which he found in one open-source library: addressParts.map(Function.prototype.call, String.prototype.trim); At first, I laughed and thought “nice try”. Second thought was […]