Skip to content

Instantly share code, notes, and snippets.

@kaugustanec
Created April 8, 2024 10:00
Show Gist options
  • Save kaugustanec/6443af8ce22a17c2d37e0d9b122e95e7 to your computer and use it in GitHub Desktop.
Save kaugustanec/6443af8ce22a17c2d37e0d9b122e95e7 to your computer and use it in GitHub Desktop.
const MultipleColorFeetDuck = blueFeetMixin(orangeFeetMixin(Duck))
const duckInstance = new MultipleColorFeetDuck()
// returns 'blue'
duckInstance.getFeatherColours()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment