Posts by Ruan Tenório • 27 points
3 posts
-
1
votes4
answers118
viewsA: How to reference a JS item from a DOM element
As already warned, there is no way to pass the object in the template string, but Voce can pass the id and redo its function concludes. So you could use de-structuring to get the id and move on to…
javascriptanswered Ruan Tenório 27 -
0
votes1
answer67
viewsQ: How to make this simple operation return true?
I saw a post and was confused: 0.2 + 0.4 == 0.6 returned false. How to make this sum operation really equal to 0.6?
-
-1
votes3
answers270
viewsQ: How to open a new html file in the same tab?
I would like to know how to open a new html file in the same tab, but by command. I’ve used window.open(), but it keeps the tab open and opens a new one. I would not like to use the tag "a"…