Skip to content

Instantly share code, notes, and snippets.

@pimatco
Last active December 7, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimatco/7e9584a76c728b6c719330ea1b71296d to your computer and use it in GitHub Desktop.
Save pimatco/7e9584a76c728b6c719330ea1b71296d to your computer and use it in GitHub Desktop.
Push values to an Array Function Javascript
function pushToArray(array, descricao, value){
array.push({descricao: value});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment