Transitional kullandigimda
JavaScript icindeki for loop'taki ">" isareti hata olarak gosteriyor. Bunu atlamasinin herhangi bir yolu var mi?
Alıntı:
Warning Line 9 column 16: character "<" is the first character of a delimiter but occurred as data.
for(var i=0;i<62*100;i++){
This message may appear in several cases:
* You tried to include the "<" character in your page: you should escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
|