python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Javascript Help me make this DRY
I want to make this code fit the DRY principle, I see that I repeat myself, but there must be a way to shorten this code into something less WET. The goal is to make a function that plays a sound when...
SmugSnail
Votes: 0
Answers: 2
How to make a result from a calculator, e.g .: Result: (result of adding)
If you enter 2 numbers in 2 fields, addition and multiplication will be displayed at the same time. After execution, he has to write e.g. Adding: (result of addition) Multiplication (result of multipl...
popo
Votes: 0
Answers: 1
Is there a way to print the value of multiple checkboxes that are checked into a table without it overwriting another?
I have a program I want to write that asks for the toppings on a pizza and I have 5 toppings that are checkbox items. I am using getElementById to print the result to an id called t_options inside the...
Skunkybuddy
Votes: 0
Answers: 2
Can't get textbox input converted to an integer?
I am trying to create a program that takes a user input number and compares it to a randomly generated number until the user guesses the correct number. I was having a problem where my user input numb...
Koryn Pascoe
Votes: 0
Answers: 0