Open mlnwns opened 10 months ago
const enum NUMBER { ONE = 1, TWO = 2, } const myNumber: NUMBER = 100; //에러 발생하지 않음
타입 에러가 발생합니다.
이야기 나눌 것