Skip to content

Solve: 21-25 문제풀이 #173

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

Merged
merged 2 commits into from
Jun 19, 2022
Merged

Solve: 21-25 문제풀이 #173

merged 2 commits into from
Jun 19, 2022

Conversation

subincdev
Copy link
Collaborator

25번

  • n이 String이지만 parseInt(n)을 해줄필요가 없다.
  • 자바스크립트는 자동으로 형변환을 해준다. 이를 이용하여 n ** 2 * 3.14를 하면 자동적으로 문자열에 숫자를 곱하는 것이기 때문에 숫자타입이 된다.

@sooyyoung
Copy link
Collaborator

수고하셨습니다! 👍

@Dayhun
Copy link
Collaborator

Dayhun commented Jun 17, 2022

수고하셨습니다~

@rapidmon
Copy link
Collaborator

수고하셨습니다.

@jihoon-chae jihoon-chae merged commit 446f21e into jsk3342:main Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants