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

[오타수정] 자료구조와 자료형 > 원시값의 메서드 #1656

Open
ParkSangBong opened this issue Nov 30, 2022 · 0 comments
Open

Comments

@ParkSangBong
Copy link

원문

오타캡쳐

{name : "John", age : 30}와 같이 대괄호 {}를 사용해 만들 수 있습니다. 자바스크립트에는 여러 종류의 객체가 있는데, 함수도 객체의 일종입니다.

오타수정

{name : "John", age : 30}와 같이 대괄호 {}에서 대괄호가 아닌 중괄호가 되어야 합니다.
{name : "John", age : 30}와 같이 중괄호 {}

이슈

{}를 사용하였기 때문에 대괄호가 아닌 중괄호로 수정해야 합니다.

Pull Request(PR)를 통해 수정할 의향이 있습니까?

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

No branches or pull requests

1 participant