Lee SeJin

wawa

Showing 1 changed file with 4 additions and 0 deletions
1 console.log("This is the 11111 line"); 1 console.log("This is the 11111 line");
2 console.log("22223") 2 console.log("22223")
3 +
4 +function c(){
5 + return console.log("wawa");
6 +}
...\ No newline at end of file ...\ No newline at end of file
......