You are currently viewing a revision titled "Optional chaining", saved on 2020-05-12 오후 6:32 by 이연 | |
---|---|
제목 | Optional chaining |
내용 | 옵셔널이 현재 nil 이 될 수 있는 프로퍼티, 메소드, 서브 스크립트를 조회하고 호출하는 과정이다.
Optional chaining is a process for querying and calling properties, methods, and subscripts on an optional that might currently be nil. |
요약글 | |
Markdown content |
옵셔널이 현재 nil 이 될 수 있는 프로퍼티, 메소드, 서브 스크립트를 조회하고 호출하는 과정이다.
Optional chaining is a process for querying and calling properties, methods, and subscripts on an optional that might currently be nil. |