Update test.html

This commit is contained in:
dukesrg 2015-04-28 14:10:24 +03:00
parent bd3edd2d66
commit 2f3df18531

View File

@ -5,7 +5,7 @@
//w/hile(aa[i++]=a.shift()){
//// alert(c.charCodeAt(0));
//}
a='test'.split('');
a="test".split('');
for(c in a)
alert(a[c]));
</script><head></html>