python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I filter through an array and return the values in that array that match a user input?
I have an HTML file with an input and a button element in the body that looks like this:
<input type="text" name="searchBar" id="searchBar">
<button onclick=&quo...
Jorge Guiragossian
Votes: 0
Answers: 2
Input text stacking
I'm making a clicker game in which you press spacebar to increase the counter. Every time the counter goes up the next value is "stacked" on top of it, making it overlap. So if the counter w...
Elijah Kirk
Votes: 0
Answers: 1
I have a program where i would like to validate user input in java i want the user to input a double value and only a double value any suggestions?
I did what i could and now the code works however when the user inputs the wrong value and is prompted to try again you have to hit enter and then you are asked to input a value, i cant think of what ...
ThatGuy
Votes: 0
Answers: 2
Dart: can i make a recursion end after meeting a condition
I wrote a function for name collection, if the user omits the input, the function returns "you skipped .." and asks for it again, but the function keeps recursing even after i enter an input...
public static void Main
Votes: 0
Answers: 1