We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
함수로 예시
/* x를 n번 곱한 수를 반환함 -> 함수 설명 @param {number} x 거듭제곱할 숫자 ->파라미터 설명 @param {number} n 곱할 횟수, 반드시 자연수여야 함 ->파라미터 설명 @return {number} x의 n 거듭제곱을 반환함 -> 리턴값 설명 */
The text was updated successfully, but these errors were encountered:
Ujaa
leeseooo
No branches or pull requests
함수로 예시
/*
x를 n번 곱한 수를 반환함 -> 함수 설명
@param {number} x 거듭제곱할 숫자 ->파라미터 설명
@param {number} n 곱할 횟수, 반드시 자연수여야 함 ->파라미터 설명
@return {number} x의 n 거듭제곱을 반환함 -> 리턴값 설명
*/
The text was updated successfully, but these errors were encountered: