Update test.html

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

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>