Conversation

Notices

  1. Just found out the JavaScript executes the increment statement BEFORE the body while running through for loops ...... except the first one?

    Saturday, 18-Aug-18 04:15:57 UTC from web
    1. @oracle Really?

      Saturday, 18-Aug-18 05:08:17 UTC from web
      1. @scribus Yes really! However, you will never experience it unless you are using let to define the variable and you are making asynchronous calls from within the loop

        Saturday, 18-Aug-18 21:45:29 UTC from web