• unalivejoy@lemm.ee
        link
        fedilink
        English
        arrow-up
        25
        ·
        3 months ago

        print() will print the text to a physical printer with paper and everything. Don’t confuse it with console.log and use it in a loop.

      • Downcount@lemmy.world
        link
        fedilink
        arrow-up
        12
        ·
        edit-2
        3 months ago

        It would have print if it was previously declared as function.

        Also, js is as dirty as you want it to be. Keywords are indeed not necessary for declaring variables.

        • kautau@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          edit-2
          3 months ago

          JavaScript is the language of the assassins, with its infinitely modifiable prototypical setup

          Nothing is true

          true !== 1

          true

          true + true + true === 3

          true

          Everything is permitted

          []+[]

          ''

      • bleistift2@feddit.de
        link
        fedilink
        English
        arrow-up
        5
        ·
        3 months ago

        Sure you can write foo = 3 in JavaScript. It’s a global variable and can be referenced as either foo or window.foo.