어떠한 값을 truthy/falsey 로직에 따라 확실하게 true/false로 변환한다.
어떤 상황에서 활용할 수 있을까? isLogin(로그인여부)가 true/false 값으로 필요한 경우 아래와 같이 쓸 수 있다.
const isLogin = !!user