Skip to content

Complete 1-js/04-object-basics/03-symbol/article.md #17

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 3 commits into from
Apr 4, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add original english word
  • Loading branch information
ejolie committed Apr 4, 2019
commit 4616759320c4c7da97c6de0c5f54df0e41c74d76
2 changes: 1 addition & 1 deletion 1-js/04-object-basics/03-symbol/article.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# 심볼 타입()
# 심볼 타입(Symbol type)

명세에 따르면 객체의 프로퍼티 키는 문자열 타입이나 심볼 타입이 될 수 있습니다. 숫자나 boolean 타입은 불가능하며 오직 문자열과 심볼 두 타입만 가능합니다.

Expand Down