Skip to content

Instantly share code, notes, and snippets.

@tarsisazevedo
Created November 9, 2011 00:22
Show Gist options
  • Select an option

  • Save tarsisazevedo/1349841 to your computer and use it in GitHub Desktop.

Select an option

Save tarsisazevedo/1349841 to your computer and use it in GitHub Desktop.
demostrando herança js
> var objeto = new Objeto();
> objeto.atributo1
1
> var objeto_filho = new ObjetoFilho();
> objeto_filho.atributo1
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment