Posts by Giovane Gomes • 21 points
1 post
-
2
votes2
answers73
viewsA: How to access a variable from another function?
Hello ! In the above code, you make a console.log with the values you took. Try to re-turn the values instead of the console.log. The variable created in the context of the function exists only in…