Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

eval 과제 번역#216

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
1000peach wants to merge1 commit intojavascript-tutorial:masterfrom1000peach:task_eval
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions1-js/99-js-misc/02-eval/1-eval-calculator/task.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,10 +2,10 @@ importance: 4

---

# Eval-calculator
# Eval 계산기

Create a calculator that prompts for an arithmetic expression and returns its result.
산술 표현식을 입력받고 결과를 반환하는 계산기를 만들어봅시다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

프롬프트 창을 통해 표현식을 입력받아야 한다는 것을 알려드려야 답안을 작성할 수 있을 것 같아요.


There's no need to check the expression for correctness in this task. Just evaluate and return the result.
입력한 표현식이 정확한 지 확인할 필요는 없고, 결과를 평가하고 반환하기만 하면 됩니다.

[demo]

[8]ページ先頭

©2009-2025 Movatter.jp