본문으로 이동

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

리버티게임(개발), 모두가 만들어가는 자유로운 게임
Hsl0 (토론 | 기여)
편집 요약 없음
태그: 되돌려진 기여
Hsl0 (토론 | 기여)
편집 요약 없음
태그: 되돌려진 기여
1번째 줄: 1번째 줄:
(() => {
import {hello} from './hello.js';
const hello = 'Hello, World!';
 
alert(hello);
console.log(hello);
})();

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

import {hello} from './hello.js';

console.log(hello);