Update test.html

This commit is contained in:
dukesrg 2015-04-28 13:25:43 +03:00
parent 93f1ee9315
commit 7851ae4539

View File

@ -1,7 +1,6 @@
<html><head><script>
a='test'.match(/./g);
a=atob('AAAA').match(/./g);
while(c=a.shift()){
alert(c);
}
alert(atob('AAAA').length);
</script><head></html>