Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
Hi Forum,
I've got a page that has a portion of it that displays, or hides, DIV's depending on what option was selected.
There will be around 25 different div's when done, and while developing this I realize that the JS if/else is going to be quite verbose.
For example...
Hi,
I'm trying to get the following code to display the calculated output into a table however, I can't seem to get all the results to print correctly I'm only getting a few answers. I believe I've done the calculations part correctly so it could just be how I'm passing it to the table that's...
Hi, I am very new to Arduino coding and I am trying to make a solenoid valve code to run on an if..else statement. However, I keep getting errors like:
'solenoidPin1' was not declared in this scope. Here is my code so far, with an if else statement at the bottom. The void setup() section is...
I have the following code
randomNum = random.randint(1,10)
number = input("To enter the land you must guess my number in 3 guesses or be taken to the darklands:
")
guesses = 1
while guesses != 3:
print()
guesses = guesses + 1
number =...