📄️ Bitwise in Javascript
Setting bitwise attributes
📄️ Debouncing in Javascript
Preventing the firing of tasks too often
📄️ Javascript snippet - shuffle an array
Sourced from here:
📄️ Notes on Javascript closures and Immediately Invoked Function Expression (IIFE)
In this article the question was posed, as an example of what may be asked of an applicant for a software developer job, to explain what was happening here:
📄️ Process array of promises and collect results
This is a pattern using `Array.prototype.reduce() to iterate over an array of promises using async/await` AND collect the results.
📄️ Strip HTML from a String in Javascript
If the HTML is well-formed,