You were unable to see the issue most likely due to poor indentation of your code. Properly indented the issue is clear:
if (choice1 === "paper") { if (choice2 === "rock") { return "paper wins"; } else { if (choice2 === "scissors") { return "scissors wins"; } } if (choice1 === "scissors") { if (choice2 === "rock") { return "rock wins"; } else { if (choice2 === "paper") { return "scissors wins"; } } } }
Your if (choice1 === "scissors") {
is within if (choice1 === "paper") {
. The code within will never be reached.
Related Posts:
- Dynamically creating charts of each row in an HTML table with chart.js
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function
- Scroll to an element with jQuery
- Cannot open local file – Chrome: Not allowed to load local resource
- How do you reverse a string in-place in JavaScript?
- How to set NODE_ENV to production/development in OS X
- Uncaught TypeError: Cannot read property ‘length’ of undefined
- Python to JavaScript converter
- Set style using pure JavaScript
- Check if element exists in jQuery
- Checking a Url in Jquery/Javascript
- Merge/flatten an array of arrays
- How can I quickly retrieve a value from a MapIterator returned from Object.keys function?
- ReactJS: setTimeout() not working?
- setInterval in a React app
- How do I declare a namespace in JavaScript?
- Remove duplicate values from JS array
- Trying to convert crmForm to Xrm.Page
- Encode HTML entities in JavaScript
- How do you Hover in ReactJS? – onMouseLeave not registered during fast hover over
- ReactJS: setTimeout() not working?
- How to set ‘X-Frame-Options’ on iframe?
- What is the difference between node.js and io.js?
- module.exports vs exports in Node.js
- What does ‘:’ (colon) do in JavaScript?
- JavaScript getElementByID() not working
- Uncaught ReferenceError: define is not defined typescript
- How do I modify the URL without reloading the page?
- Regular expression for removing whitespaces
- How to define Global Arrays?
- JavaScript post request like a form submit
- jQuery count child elements
- javascript check for not null
- How do I check if an element is hidden in jQuery?
- Uncaught Reference Error: stLight is not defined (in Chrome only)
- How to get the selected radio button’s value?
- Google Maps API DeletedApiProjectMapError
- SyntaxError: Unexpected token C in JSON at position 0 – Ionic 2 Http GET request
- Is there a simple way to make a random selection from an array in JavaScript or any other programming language?
- jsPDF fromHTML() does not show HTML
- Uncaught Invariant Violation: Rendered more hooks than during the previous render
- Get cookie by name
- jQuery equivalent of querySelector
- How to get the children of the $(this) selector?
- JavaScript array to CSV
- window.onload vs $(document).ready()
- Detect a finger swipe through JavaScript on the iPhone and Android
- console.log showing contents of array object
- How to sort 2 dimensional array by column value?
- anchor jumping by using javascript
- jQuery scrollTop() method not working
- FormData append not working
- How to convert binary string to decimal?
- parsing JSONP $http.jsonp() response in angular.js
- d3.scale.category20 is too smart for me
- JSLint is suddenly reporting: Use the function form of “use strict”
- How do I install Angular 2 using NPM?
- wp_add_inline_script without dependency
- How to configure WordPress to be able to use tag inside posts?
- Extend core block in Gutenberg
- How to add JS in footer
- Localhost load-scripts.php Error 500 in Dashboard [closed]
- Correctly handling WordPress core data retrieval in Gutenberg
- Javascript not included
- How to use wp.hooks.addAction() in React JS/Gutenberg?
- How to run JavaScript function in WooCommerce checkout?
- Accessing customizer values in javascript
- How do display simple page for printing product info? [closed]
- Insert “javascript:void(0);” into URL
- What is the “proper” way to generate a javascript variable depending on a custom field value?
- Render blocking issue in google page insight
- Adding nonce or hashes to inline scripts
- Open MediaUpload from external component in Gutenberg
- WordPress Media Library: Custom tab content displayed in “Media Library” tab
- Manually mark imported photo as selected in media library
- How to retrieve data from database, then pass it to Javascript?
- Weird links found in wordpress footer
- Call post-id from URL hash not working?
- Easy popups for wordpress?
- Why WordPress not using JSON_UNESCAPED_UNICODE by default?
- Add script to page at certain location in wordpress
- get_header() in backend – but keep JavaScript and CSS files
- Absolutely print script in footer
- How can I put this JavaScript into WordPress? [closed]
- How do you create your own link preview for my website?
- Can’t get rid of JQMIGRATE: Migrate is installed, version 3.3.2. Manually updated all the libralies and site. 5.8.2
- Need help in fixing javascript in WordPress
- Uncaught TypeError: r is not a function
- How to show cities according to the state in Form using Javascript? [closed]
- Redirect to homepage if attmpting to leave intranet [closed]
- Twenty seventeen theme dropdown menu issue
- How to correctly load this jquery script through the file functions.php?
- Unserialize WP_Options options programatically?
- javascript errors on mobile browser, not on desktop
- Loading 2 Different Version of JS files [closed]
- Adding react app to an existing wordpress website
- Javascript file not included only on home page
- Get current day using javascript [closed]
- WP REST API – “rest_user_cannot_view” ONLY on specific users
- How to add a new attribute to core wp block editor without npm?