Skip to content

Instantly share code, notes, and snippets.

@kevincennis
Created June 19, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevincennis/55f941cf64a30693b7069d2e7a15f664 to your computer and use it in GitHub Desktop.
Save kevincennis/55f941cf64a30693b7069d2e7a15f664 to your computer and use it in GitHub Desktop.
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