Skip to content

Instantly share code, notes, and snippets.

@Raagh
Created May 4, 2020 12:40
Show Gist options
  • Save Raagh/8d47935b7a973e156f0d0966a77d29ce to your computer and use it in GitHub Desktop.
Save Raagh/8d47935b7a973e156f0d0966a77d29ce to your computer and use it in GitHub Desktop.
Programacion functional para el dev orientado a objetos parte 2
let john = { name: "John", age: 18 }
john.name = "Patricio"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment