dan.kimhaejun

Results 1 comments of dan.kimhaejun

맞는진 모르겠지만 마지막 부분의 ```js const value = { a: 1 }; const truthy = value ? true : false; ``` 과 ```js const value = { a: 1 };...