Last active
August 25, 2016 00:36
-
-
Save piq9117/7079ce3fddb2788970a5fb61b9235dd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function favoriteFood (food) { | |
person.favoriteFood.push(food) | |
} | |
favoriteFood('ramen') | |
// { name: 'ken', favoriteFood: [ 'ramen' ] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment