Posts by Diogo Lima Franco • 11 points
2 posts
-
0
votes2
answers92
viewsA: Attribution Doubt via Destructuring - Javascript
Basically, what you are doing is removing the internal properties of the array, de-structuring the values present within the object array. For being inside a for, you need to reference the entry of…
-
1
votes0
answers14
viewsQ: Asynchronous content for mobile
I am working on a new website project, where some areas will need a special html treatment for presentation. For example: for the desktop, we have a 1920x800 image carousel, while on mobile, I want…