Skip to content

Instantly share code, notes, and snippets.

@krzysztofczernek
Created October 4, 2018 17:23
Show Gist options
  • Save krzysztofczernek/7e570fca24ec318b6e515d93eeedecf7 to your computer and use it in GitHub Desktop.
Save krzysztofczernek/7e570fca24ec318b6e515d93eeedecf7 to your computer and use it in GitHub Desktop.
let user = {
firstName: 'Krzysztof',
age: '26'
}
function happyBirthday () {
user.age = user.age + 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment