Update test.html

This commit is contained in:
dukesrg 2015-04-28 12:55:26 +03:00
parent f07c767e3e
commit 6bc4f4390b

View File

@ -3,6 +3,6 @@ a='test'.match(/./g);
alert(a.shift());
alert(a.shift());
alert(a.shift());
alert(a.shift().length;
alert(a.shift().length;
alert(a.shift().length);
alert(a.shift().length);
</script><head></html>