본문으로 이동

사용자:Hsl0/common.js: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
Hsl0 (토론 | 기여)
내용을 "(() => { const hello = 'Hello, World!'; alert(hello); })"(으)로 바꿈
태그: 대체됨 되돌려진 기여
Hsl0 (토론 | 기여)
편집 요약 없음
태그: 되돌려진 기여
2번째 줄: 2번째 줄:
const hello = 'Hello, World!';
const hello = 'Hello, World!';
alert(hello);
alert(hello);
})
})();

2025년 1월 9일 (목) 23:50 판

(() => {
	const hello = 'Hello, World!';
	alert(hello);
})();