Posts by Johann Arouca • 9 points
3 posts
-
-3
votes1
answer38
viewsQ: Exchange text from the title element with html and javascript
I have the following title: <h1>LANÇAMENTO: <span class="verde">PS5</span> E <span class="verde">XBOX SERIE S</span></h1> In css I change the color of the span…
-
1
votes0
answers51
viewsQ: Read object array in a json in Delphi
I need to take the values that are inside an array in JSON. A part of this JSON is: { "total": 1, "limit": 50, "questions": [ { "date_created": "2020-08-20T13:22:01.600-04:00", "item_id":…
-
-2
votes1
answer75
viewsQ: Passing state of a class to a Modal in React Native
I am starting in React Native and I have a problem, I will put the prints to make it easier. I have a screen called Questions, which has an initial state, and this screen opens a modal called…