Posts by Kayo Rodrigo • 3 points
2 posts
-
-1
votes1
answer115
viewsQ: Comparison of object attributes within a for loop
How to compare a single item of an object that has 3 spaces or more? I want to make a system that, every time the login is equal to some that is already stored in some object, appears an alert…
-
0
votes2
answers1140
viewsQ: How to save information from an html text box to a javascript variable?
I created a text box with tags in html. I intend to pass the added information on it to an array of my javascript called Usu. My Code <html> <body> <h3>Entre com sua aposta para…