Seungmi Woo
Seungmi Woo
## 🐛 Bug report  로컬 서버 실행 시 상세 페이지 네비게이션 레이아웃이 깨져서 오른쪽 페이지 네비게이션을 제대로 사용할 수 없습니다. ## 예상된 기능 혹은 화면  정상적인 페이지에서는 페이지...
# 요약 링크: [형 변환 - 숫자형으로 변환](https://ko.javascript.info/type-conversions#ref-1919)  # 연관 이슈 [오타수정] Part 1 - 2.7 형 변환 #1573 `undefined`은 -> `undefined`는 # Pull Request 체크리스트 ## TODO -...
# 요약 링크 : [자료형-BigInt](https://ko.javascript.info/types#ref-1636)  # 연관 이슈 [오타수정] Part 1 - 2.5 자료형 #1569 1. 사용해야하는 -> 사용해야 하는 2. 주시기바랍니다 -> 주시기 바랍니다 # Pull Request 체크리스트...
## 원문 링크: [형 변환 - 숫자형으로 변환](https://ko.javascript.info/type-conversions#ref-1919)  ## 오타수정 `undefined`은 -> `undefined`는 ## 이슈 undefined 발음에 따라 뒤에 붙는 조사를 ‘은’보다 ‘는’을 붙여 ‘undefined는’으로 사용하는 것이 좋다고 판단됩니다....
## 원문 링크 : [자료형-BigInt](https://ko.javascript.info/types#ref-1636)  ## 오타수정 1. 사용해야하는 -> 사용해야 하는 2. 주시기바랍니다 -> 주시기 바랍니다 ## 이슈 연결 어미나 조사, 어미 다음에 오는 단어와 말은 띄어 써야...
**[issue link]** https://github.com/javascript-tutorial/server/issues/89 ### Edit before  ### Fix The location of the file is server/modules/styles/blocks/page/page.styl ```css /* edit before */ &__nav_next left 0 transition top animation_duration ``` ```css /*...
Hello! I found the layout problem on the local server. ### Issue  The page layout broken when the Local Server is running, so can’t use the next button. The...