Seungmi Woo

Results 7 issues of Seungmi Woo

## 🐛 Bug report ![서버에러](https://user-images.githubusercontent.com/104605709/190060344-c87b2a45-5c1e-4dfc-a0d7-81742cc84bd2.png) 로컬 서버 실행 시 상세 페이지 네비게이션 레이아웃이 깨져서 오른쪽 페이지 네비게이션을 제대로 사용할 수 없습니다. ## 예상된 기능 혹은 화면 ![서버에러_수정](https://user-images.githubusercontent.com/104605709/190064191-a2f6ba28-ee62-4cb0-8afb-df911c5250e9.png) 정상적인 페이지에서는 페이지...

enhancement

# 요약 링크: [형 변환 - 숫자형으로 변환](https://ko.javascript.info/type-conversions#ref-1919) ![image](https://user-images.githubusercontent.com/104605709/190139476-bbd4d82e-4015-4c91-88ce-e49bc00ce83b.png) # 연관 이슈 [오타수정] Part 1 - 2.7 형 변환 #1573 `undefined`은 -> `undefined`는 # Pull Request 체크리스트 ## TODO -...

review needed

# 요약 링크 : [자료형-BigInt](https://ko.javascript.info/types#ref-1636) ![image](https://user-images.githubusercontent.com/104605709/190123534-51d0b39f-155d-457b-8ea1-377b980758ad.png) # 연관 이슈 [오타수정] Part 1 - 2.5 자료형 #1569 1. 사용해야하는 -> 사용해야 하는 2. 주시기바랍니다 -> 주시기 바랍니다 # Pull Request 체크리스트...

review needed

## 원문 링크: [형 변환 - 숫자형으로 변환](https://ko.javascript.info/type-conversions#ref-1919) ![3](https://user-images.githubusercontent.com/104605709/190111429-633ae517-751c-43d9-840d-d0de1ca9780f.jpg) ## 오타수정 `undefined`은 -> `undefined`는 ## 이슈 undefined 발음에 따라 뒤에 붙는 조사를 ‘은’보다 ‘는’을 붙여 ‘undefined는’으로 사용하는 것이 좋다고 판단됩니다....

## 원문 링크 : [자료형-BigInt](https://ko.javascript.info/types#ref-1636) ![1](https://user-images.githubusercontent.com/104605709/190088555-23335241-c5a1-440e-8c09-3224c33b46e8.jpg) ## 오타수정 1. 사용해야하는 -> 사용해야 하는 2. 주시기바랍니다 -> 주시기 바랍니다 ## 이슈 연결 어미나 조사, 어미 다음에 오는 단어와 말은 띄어 써야...

**[issue link]** https://github.com/javascript-tutorial/server/issues/89 ### Edit before ![image](https://user-images.githubusercontent.com/104605709/192533666-6ceaa746-a205-4567-b9b7-b4af9ec9b71d.png) ### 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 ![image](https://user-images.githubusercontent.com/104605709/192525623-355500f0-eff3-4d3b-8241-82d84841d25f.png) The page layout broken when the Local Server is running, so can’t use the next button. The...