Home Snippets
Snippets
Cancel

Pipelines

The Problem Write JavaScript code using the setTimeout function to print 3 lines asynchronously. The output should do the following: 1. Wait 2 seconds 2. Print out “First task done!” 3. Wait...

Git Aliases

Around a week ago, I found out about git aliases. And at that moment, I sold my soul to the scripting gods (willingly) to get… a customized git! A fair tradeoff, if you ask me. See my full gi...