Skip to content

Instantly share code, notes, and snippets.

View andreiursan's full-sized avatar
🎯
Focusing

Andrei Ursan andreiursan

🎯
Focusing
View GitHub Profile
@andreiursan
andreiursan / component_carcass.js
Last active December 18, 2015 18:29
This Gist is part of the talk "Manipulating Object Behavior at Runtime". that I had at http://www.meetup.com/gib-js/events/114764842/
/*
* WARNING: This code uses ECMAScript 6 features.
* today June 20, 2013, this works in Chrome only
* if you enable Javascript Experiments in your
* chrome flags settings.
*/
/*
* This is not a full implementation of the presented/idea
* Component Carcass