Three Way Compare Variables and Strings

Three Way Compare Variables and Strings



So I want to compare two JavaScript variables and see if they match and are equal to a specified string. One variable is based off of user input, the other is from a database. Here is an example of what I was hoping could work...


var userInput = "Simple";
var databaseData = "Simple";
if (userInput == databaseData == "Simple") ...



and what I know works.


if (userInput == "Simple" && databaseData == "Simple") ...



So the first example doesn't seem to work, even with 3 equal signs instead of 2. Is what I was hoping to work possible in some other way (the purpose is simplicity and compactness) or is what I know works the best way to do it?





See, userInput == databaseData is a valid expression on its own, and its result is true (boolean). It's hard to understand that you actually wanted to ignore that - and use a == b == c as a completely different type of expression, true if all its parts are equal.
– raina77ow
Aug 31 at 23:00



userInput == databaseData


true


a == b == c





((userInput == databaseData ? "Simple" : null) == "Simple")
– Jay
Aug 31 at 23:01





userInput == databaseData == "Simple" would equate to => userInput == true => false
– Lee Taylor
Aug 31 at 23:05



userInput == databaseData == "Simple"


userInput == true


false




1 Answer
1



This function returns true if all its arguments are strictly equal:


function allEqual(...args) el === arr[i-1]);



Whether or not it makes sense to use it on three values, like this...


if (allEqual(userInput, databaseData, 'Simple')) ...



... is up to you.



Thanks for contributing an answer to Stack Overflow!



But avoid



To learn more, see our tips on writing great answers.



Some of your past answers have not been well-received, and you're in danger of being blocked from answering.



Please pay close attention to the following guidance:



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)