Hello friends,
I am new to this forum. I recently start learning java language. In one of my friends book I have seen this code, but I didn't understand what is that mean. The code is as follows:
Can anyone tell me what is the meaning of countrylist.split() and what is the meaning of above line. Please help me.Code:var groups1 = countrylist.split(','); for( var k = -1, groups1; groups1 = groups1County[++k]; ){ ... }
Bookmarks