Skip to content

Instantly share code, notes, and snippets.

View fitsallun's full-sized avatar

Jonathon Armstrong fitsallun

View GitHub Profile
const siblings = {
Anthony: ['Kristin'],
Tony: ['Sarah'],
Joshua: ['Leah'],
Kristin: ['Anthony'],
Jonathon: [],
Leah: ['Joshua'],
Donald: ['Rebekah'],
Sarah: ['Tony'],
Rebekah: ['Donald'],