221
submitted 11 months ago by Dragxito@lemmy.world to c/technology@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] garretble@lemmy.world 16 points 11 months ago* (last edited 11 months ago)

For me it’s: remember the last user on this device!

If I open Hulu and I have ONE account, why are you making me select the ONE account? I have to select it every time. They should know.

if(accounts.length === 1) {
    setAccount(accounts[0]);
}

There. I fixed it. Give me a job.

[-] cyberpunk007@lemmy.ca 3 points 11 months ago

Triple equals? I'm no expert programmer but I've never seen that before.

[-] cactopuses@lemm.ee 7 points 11 months ago

Double equals means equals, triple equals means strict equality including type.

Prevents a Boolean true being evaluated to 1 for example

[-] garretble@lemmy.world 3 points 11 months ago

Other people have answered, but if you’d like to know more it’s a JavaScript thing:

Strict Equality (===)

Vs

Equality (==)

[-] technohacker@programming.dev 3 points 11 months ago

Specific to JS, due to the double equals being type oblivious

this post was submitted on 04 May 2024
221 points (85.3% liked)

Technology

68993 readers
3557 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS