Source code

Revision control

Copy as Markdown

Other Tools

const obj = {};
obj?.a;
obj?.a?.b ?? [];