This commit is contained in:
Ilya Kantor 2017-05-22 15:49:50 +03:00
parent f2599e6fd7
commit e456067d3d
8 changed files with 239 additions and 293 deletions

View file

@ -0,0 +1,3 @@
function two() {
alert(2);
}