Skip to content

Instantly share code, notes, and snippets.

View jaredririe's full-sized avatar

Jared Ririe jaredririe

View GitHub Profile
@jaredririe
jaredririe / gift-exchange.js
Last active September 30, 2021 17:26
Cousin Gift Exchange (ensures that gifts are only given to cousins, not siblings)
const _ = require('lodash');
const families = [
[
{ name: "Corbyn", giftFrom: "" },
{ name: "Peyton", giftFrom: "" },
{ name: "Logan", giftFrom: "" },
{ name: "Easton", giftFrom: "" }
],
[