Skip to content

Instantly share code, notes, and snippets.

View AmmarHasan's full-sized avatar

Ammar Hasan AmmarHasan

View GitHub Profile
// cashMachine, returningAmount -> 5,5,5 | 10, 5
function calculate(customerBills) {
const cashMachine = {
5: 0,
10: 0,
20: 0
};
let totalCashInHand = 0;
[user]
name = ammarhasan
email = hasanammar94@gmail.com
[core]
editor = nano
[alias]
stash-untracked = "!f() { \
git stash; \
git stash -u; \
git stash pop stash@{1}; \