• Create a new variable
    how can I Create a new variable in the loop In JavaScript such as php lang
    for example : php

    for ($i=1; $i <6; $i++) 
    {
      $myvar.$i = 'this is : '.$i
    }

    this here $mvar.$i new variable

The topic ‘Create a new variable’ is closed to new replies.