Posts by Erick Fraga • 5 points
4 posts
-
-1
votes1
answer105
viewsQ: read a series of json elements (gson)
Next, I’m trying to write a java method that reads a series of json objects using Gogle’s gson. It’s just not working. I don’t know if it’s my code or my file, they’re both down there: customer…
-
0
votes3
answers598
viewsQ: How to change the "src" attribute of a <script> tag using Javascript?
I want it from the same index.html can change your content using two files .js different. In short, I want to change the .js without changing page html, Type: <html> <head> </head>…
-
0
votes2
answers66
viewsQ: How to assign all the characteristics of one object to another, except one in particular?
I am Creating a card game that runs in the browser and I need that in some situations, there may be the same cards in different hands ("Computer" or Player). However, I don’t want to have to create…
-
0
votes3
answers62
viewsQ: How to use a button along with a function?(Javascript/HTML)
Hi, I’m writing a page with a Paper Stone or Scissors game. And I would like the user to be able to choose between the three options through three buttons, which when clicked call a function that…