Jump to content
AlMalalah

[JS] Care e valoarea lui key ?

Recommended Posts

Posted


for (key in MyList) {
MyObject[MyList[key]] = false
}

MyList este un array, asta e clar.

Ce este MyObject ?

Care e valoarea lui key ? Am cautat in tot codul si nu am gasit nicaeri definit key si ce valori ia key.

E ceva standard in javascript sau care e faza cu key asta ?

Multumesc !

Posted

Key ia valoarea/indexul elementelor din MyList.

key tine loc de "i" pentru ceva degenul


for(int i = 0; i < 10; i++)
{
instructiuni;
}

Ce face scriptul ala.

myObject este un array care are ca index MyList

iar fiecarui obiect din myList cu indexul key asigneaza valoarea false.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...