Posts by Vagner Tréguas • 1 point
1 post
-
-1
votes1
answer22
viewsQ: as variable return within a function
Function getPeson () { const name1 = 'Vagner'; const Nome2 = 'Jessica'; Return name1, Nome2; } console.log(getPeson());
1 post
-1
votes1
answer22
viewsFunction getPeson () { const name1 = 'Vagner'; const Nome2 = 'Jessica'; Return name1, Nome2; } console.log(getPeson());