Rock Paper Scissors - keeps showing a tie - JavaScript

Rock Paper Scissors - keeps showing a tie - JavaScript

4.6
(730)
Write Review
More
$ 21.99
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

Rock–paper–scissors game in less than 10 lines of code

Wanting to add timer to confirm selection of object (Rock Paper Scissors) - Godot Forums

Rock Paper Scissors Game Using HTML, CSS and JavaScript with Source Code

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

Build A JavaScript Game Step-By-Step (Using HTML, CSS + JavaScript)

Rock, Paper, Scissors Game in C++ [C++ Game] - MYCPLUS

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

JavaScript + HTML5, Rock, Paper, Scissors Game

Learn Javascript Rock, Paper, Scissors

Code A Rock Paper Scissors Game

FAQs, including common questions/answers/errors for Rock Paper Scissors

Building Your First Rock Paper Scissors Game: A Beginner's Guide - DEV Community

Can someone make a program rock-paper-scissors using JavaScript? - Quora

The Odin Project - Rock Paper Scissors game with simple UI

Pseudo code – Intro to Web Apps JOU 3363