let a: number = 1;
let b = "2.5";

let sum = a + b;

console.log(sum);

12.5
sum.ts:



강타입이라길래 존나 엄격할줄 알았는데



이거 걍 루아랑 문법 비슷한 트랜스파일러냐????