Posts by Arthur Lopes • 15 points
2 posts
-
-1
votes1
answer35
viewsQ: Function inside map returning Undefined
I have a map function that needs to confirm if certain values exist so that certain gaps can be filled. The function that tests if the values exist was created but when returning the value inside…
-
-1
votes1
answer67
viewsQ: Creating condition inside the javascript map function
I have two problems related to the map/filter function. I’m taking data from a google data tructure and they follow the schema.org, however, in my case, a specific information is not always in the…