Posts by Kali • 85 points
2 posts
-
1
votes2
answers96
viewsQ: Remove elements created within a function
I’m starting in Javascript studies and several doubts have arisen as I’m doing exercises, this specific I could not find a content in Portuguese that explains well. Next, I have two buttons: one…
javascriptasked Kali 85 -
7
votes2
answers347
viewsQ: Doubt about the use of the Join method
I’m doing a Javascript course and I came up with a question in one of the exercises. Below is the exercise: Given the following object array: var usuarios = [ { nome: 'Diego', habilidades:…