Posts by Aryalie • 35 points
2 posts
-
-4
votes1
answer84
viewsQ: Return Array Item created with asynchronous function
With an asynchronous function I am creating an array to receive data from an API. By giving console.log(data) I can correctly return all the data in the array, but by trying to return only one item,…
-
4
votes2
answers81
viewsQ: How to make the same event work several times in different elements?
I created a formula in which when clicking on a field its bottom edge changes color, and I used an onblur() so that the color returns to normal when clicking outside. However, I wanted this function…