I have the following function:
function imprimir(id, nomeFuncao)
{
console.log('id: ', id, 'Funcão que chamou: ', nomeFuncao)
}
I want the imprimir() function to print to console.log the information of this function call:...
asked by
02.11.2016 / 01:52