Posts by Rafael Tavares • 39 points
2 posts
-
3
votes0
answers113
viewsQ: Return repeated elements within an array
How to pick up only the repeated elements within an array? I have for example: let array = [1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 8, 8, 9, 9]; And I want to return all duplicates to get: [2, 3, 4, 8, 9 ] If…
-
0
votes1
answer69
viewsQ: Div is ignoring the padding of the parent element
I’m having trouble using a div, for some reason he’s ignoring the padding the parent element. <div data-v-fae5bece="" class="flex xs12 sm12 md12 lg12"><div data-v-fae5bece=""…