Made with KolourPaint and screenshots from Kate (with the GitHub theme).

  • Psaldorn
    link
    fedilink
    1018 days ago

    If there’s only two options you only need one keyword

    • @Hotzilla@sopuli.xyz
      link
      fedilink
      5
      edit-2
      18 days ago

      True, but var and let are not same in js, so there is three.

      if(true) {

      var a = "dumdum"

      }

      console.log(a)

      Is valid and functioning javascript. With let it is not.

    • Lemminary
      link
      fedilink
      116 days ago

      Ah, but this is JS, so there are three options! And they all function entirely differently. And your assumptions don’t apply, either. :D