Rock Paper Scissors - keeps showing a tie - JavaScript

Rock Paper Scissors - keeps showing a tie - JavaScript

5
(662)
Write Review
More
$ 16.50
Add to Cart
In stock
Description

Hi there! I’m working on the Rock Paper Scissors exercise, and everything seems to work correctly except that it keeps logging “the game is a tie:”. All of my curlies are in the right place, so I’m not sure where the issue. Any ideas? Thank you! I’ve copy/pasted the actual code into the body of this post, but since it stripped the formatting I also included a screenshot from the page. const getUserChoice = userInput => { userInput = userInput.toLowerCase(); if (userInput === “rock” || us

50 Rock Paper Scissors Facts And The Secret To Winning

JavaScript: Rock, Paper, Scissors Game, by Alexa Botello

javascript - rock/paper/scissors game outputting random results and I have no idea why - Stack Overflow

Make your own Rock Paper Scissors game in 20 minutes! - Tutorials and DIY Guides - Community

Javascript Rock Paper Scissors Game Not Working Completely : r/learnjavascript

Answered: You must make a rock paper scissors…

Pseudo code – Intro to Web Apps JOU 3363

Help on Rock, paper, scissors - JavaScript - Codecademy Forums

programming – Intro to Web Apps JOU 3363

Coding Rock, Paper, Scissors with a math equation - Code with Susan

Rock-Paper-Scissors game in Rust using commit-reveal cryptography

Javascript Rock Paper Scissors Game Not Working Completely : r/learnjavascript

Python Game : Rock, Paper, Scissors - Studytonight