Posts by Raphael Oliveira • 86 points
2 posts
-
5
votes5
answers9207
viewsA: Change the color of the text by clicking a button
Good evening Diogo, there are several ways to do this: The simplest I imagine would be creating a function in Java that changes the color of the text in this way and calls it in html: ...…
-
2
votes1
answer475
viewsA: Group javascript object by category
Man I developed my reasoning on ES6, IE, if you want to implement the way I did just convert the code to ES5 (There are several methods to do this in a very simple way).. Below is the way I thought…