Skip to content

Instantly share code, notes, and snippets.

@hfu
Created September 9, 2020 20:41
Show Gist options
  • Save hfu/4d51c87b085691200eddef0848f6f81d to your computer and use it in GitHub Desktop.
Save hfu/4d51c87b085691200eddef0848f6f81d to your computer and use it in GitHub Desktop.
ad refactoring
me.on('maskRequired', () => {
me.wearMask()
})
me.on('maskNotRequired' () => {
me.takeOffMask()
})
me.on('tooClose', () => {
me.stay6ftApart()
})
me.on('occasions', () => {
me.washHands()
})
me.on('necessary', () => {
me.getTested()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment