Skip to content

Instantly share code, notes, and snippets.

@thebigredgeek
Created March 19, 2014 06:04
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 thebigredgeek/9636284 to your computer and use it in GitHub Desktop.
Save thebigredgeek/9636284 to your computer and use it in GitHub Desktop.
quick little question
var fooList = function(){
var self = this,
data = [];
self.add = function(name){
data.push(name);
};
self.clearDeep = function(){
delete self.data;
self.data = [];
};
self.clear = function(){
self.data = [];
};
};
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( Favor24@live.com)
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

Favor24@live.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment