Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
const debounce = (functionToBeCalled, delay = 1000) => {
let timeoutId;
return (...functionArgs) => {
if (timeoutId) clearTimeout(timeoutId);
timeoutId = setTimeout(
Generate one-liner messages and send them as base64-encoded URLs
HTML
canvas-based dynamic drag and drop rectangle on a few lines of Javascript
JavaScript
Final project of the "React Fundamentals" module from Udacity's React nanodegree
JavaScript 1
Final project of Udacity's React Nanodegree Program
Seeing something unexpected? Take a look at the GitHub profile guide.