Skip to content

[토의] Array.prototype.push 와 Array.proptotype.concat 의 용도 차이 #13

@jessi68

Description

@jessi68

질문

Array.prototype.push 와 Array.proptotype.concat 의 용도 차이는 과연 무엇일까요?

상세내용

Array.prototype.push 와 Array.proptotype.concat 은 미묘한 차이가 있지만 기능은 비슷합니다. 그렇다면, 어떤 상황에서 전자의 함수인 push 를 쓰는게 적절하고, 어떨때 후자인 concat 함수를 쓰는 것이 적절할까요? 불변성과 연관지어서 생각을 해보면 좋을 것 같습니다.

참고

27장

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions