Skip to content

Instantly share code, notes, and snippets.

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