Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

아키텍쳐 설명하는 주석 달기 해야함 #9

Open
Ujaa opened this issue Apr 20, 2021 · 0 comments
Open

아키텍쳐 설명하는 주석 달기 해야함 #9

Ujaa opened this issue Apr 20, 2021 · 0 comments
Assignees
Labels

Comments

@Ujaa
Copy link
Member

Ujaa commented Apr 20, 2021

함수로 예시

/*
x를 n번 곱한 수를 반환함 -> 함수 설명
@param {number} x 거듭제곱할 숫자 ->파라미터 설명
@param {number} n 곱할 횟수, 반드시 자연수여야 함 ->파라미터 설명
@return {number} x의 n 거듭제곱을 반환함 -> 리턴값 설명
*/

@Ujaa Ujaa added the refactor label Apr 20, 2021
@Ujaa Ujaa changed the title 아키텍쳐 설명하는 주석 달기 아키텍쳐 설명하는 주석 달기 해야함 Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants