Skip to content

Instantly share code, notes, and snippets.

View knxroot's full-sized avatar

Gustavo Lacoste knxroot

View GitHub Profile
@knxroot
knxroot / persona_adv.js
Created November 11, 2012 21:10
JS_POO Base
window.Persona = window.Persona || {};
window.Persona = (function () {
"use strict";
function Persona() {
}
var nombre = "";
Persona.prototype.getNombre = function () {
pensar('Entrego mi nombre<br/>');