Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 TablaHash = (function() {2  3  var data = {};4  5  return {6  put:function(key, value) {7  // ...8  },9  get:function(key) {10  // ...11  },12  exists:function(key) {13  // ...14  },15  remove:function(key) {16  // ...17  }18  }19  20  21 })();
Enlace
El enlace para compartir es: