Created
June 19, 2018 17:15
-
-
Save kevincennis/55f941cf64a30693b7069d2e7a15f664 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function CF() {} | |
CF.P1 = 'somevalue'; | |
CF.P2 = 'somevalue'; | |
var CFp = { | |
CFP1: 'somevalue' | |
}; | |
CF.prototype = CFp; | |
var cf1 = new CF(); // so on and so forth... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment