Update test.html

This commit is contained in:
dukesrg 2015-04-28 12:58:01 +03:00
parent fe409a7884
commit 30b41aece3

View File

@ -4,6 +4,6 @@ if(a.shift()) alert('1');
if(a.shift()) alert('2');
if(a.shift()) alert('3');
if(a.shift()) alert('4');
if(a.shift()) alert('5');
if(a.shift()) alert('6');
if(a.shift()) alert('5')
else alert('6');
</script><head></html>