Oh boi the event loop. It’s one of those things that every JavaScript developer has to deal with in one way or another, but it can be a bit confusing to understand at first. I’m a visual learner so I thought I’d try to help you by explaining it in a visua... (more…)
Read more »
I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
loop-breaker - Transforms JavaScript code to ensure that loops do not run indefinitely... (more…)
Read more »
Open-source JavaScript charting library behind Plotly and Dash - GitHub - plotly/plotly.js: Open-source JavaScript charting library behind Plotly and Dash... (more…)
Read more »