<html> <head> <title></title> </head> <body> [removed] var a = 3; while(a<10){alert('a');a++} [removed] </body> </html> 자바 2일차입니다