not digg
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 3 天前

JavaScript

lemmy.ml

message-square
26
fedilink
  • cross-posted to:
  • programmer_humor@programming.dev
165

JavaScript

lemmy.ml

☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 3 天前
message-square
26
fedilink
  • cross-posted to:
  • programmer_humor@programming.dev
  • doubtingtammy@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    3 天前

    wut

    • somedev@aussie.zone
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      3 天前

      I’m guessing the + + in the middle returns NaN

      • Victoria@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 天前

        Indeed, the unary plus operator tries to convert whatever is after it to a number if it isn’t already. Since ‘a’ is not a valid number, it returns NaN (not a number)

    • propter_hog [any, any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      3
      ·
      edit-2
      3 天前

      ‘a’ + +

      This part is the same as writing 'a'++ and that returns “NaN” (short for “not a number”) since you can’t increment a character, but this return type is a string, so the interpreter just concatenates it with the other letters: baNaNa. Then that string is converted to lower case to give the final result, “banana”.

      • sgh@lemmy.ml
        link
        fedilink
        arrow-up
        6
        ·
        3 天前

        The space makes that two different tokens, in reality what happens is ‘a’ + (+‘a’) that resolves to ‘a’ + ‘NaN’.

        • propter_hog [any, any]@hexbear.net
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 天前

          Yep, I believe you’re right

      • Simon 𐕣he 🪨 Johnson@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        3 天前

        Ironically 'a'++ works in C/C++ because 'a' is char where in JS ‘a’ is string.

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 270 users / day
  • 945 users / week
  • 3.35K users / month
  • 9.11K users / 6 months
  • 1 local subscriber
  • 36.2K subscribers
  • 1.73K Posts
  • 1.63K Comments
  • Modlog
  • mods:
  • cat_programmer@lemmy.ml
  • AgreeableLandscape@lemmy.ml
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org