리버티게임(개발), 모두가 만들어가는 자유로운 게임
|
|
1번째 줄: |
1번째 줄: |
| async function hello() {
| | Promise.resolve('Hello, World!').then(msg=>alert(msg)) |
| return 'Hello, World!';
| |
| }
| |
| hello().then(msg=>alert(msg))
| |
2025년 1월 14일 (화) 00:52 판
Promise.resolve('Hello, World!').then(msg=>alert(msg))