ts-book icon indicating copy to clipboard operation
ts-book copied to clipboard

[p55 오타] !연산자 없음

Open whipbaek opened this issue 1 year ago • 3 comments


function a(param: string | null | undefined) {
   param.slice(3);
}

e북 구매해서 보고 있습니다, 위 구문을 79페이지에서 소개하고 80페이지에서 '!' 연산자를 붙이면 된다고 했는데, 그 다음 코드에도 '!' 연산자가 없습니다.

whipbaek avatar Sep 17 '23 09:09 whipbaek