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

ES2021 String.prototype.replaceAll #37

Open
jiwonkirn opened this issue Dec 20, 2020 · 1 comment
Open

ES2021 String.prototype.replaceAll #37

jiwonkirn opened this issue Dec 20, 2020 · 1 comment
Labels
outdated 오래된 내용

Comments

@jiwonkirn
Copy link
Collaborator

관련 문서

  • TC39 proposal
  • MDN doc

관련된 챕터

  • 2.3 string 타입
    • 속성 및 메소드에 replace 다음 둘 수 있습니다.
  • 정규표현식
    • 추후 정규표현식 챕터가 생기면 포함시킬 수 있습니다.

String.prototype.replace, String.prototype.replaceAll 모두 두번째 인자에 함수를 넘길 수 있음에도 내용은 없는데요. 함수(고차함수, 일급시민)에 대한 개념이 필요하기 때문에 string 타입 챕터에 넣을 수는 없을 것 같네요. ㅠㅠ

@jiwonkirn
Copy link
Collaborator Author

jiwonkirn commented Feb 21, 2021

2.3 string 타입
속성 및 메소드에 replace 다음 둘 수 있습니다.

@seungha-kim @shiincs @sehyunchung

문맥상 ES2021 관련 설명을 넣기 애매하기도 하고
다른 메소드들을 확인할 수 있는 MDN 링크도 달려있으니 포함시키지 않아도 될 것 같단 생각이 드는데요.
의견 부탁드립니다. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
outdated 오래된 내용
Projects
None yet
Development

No branches or pull requests

2 participants