ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
tc39/proposal-optional-chaining-assignment
/
Issues
Must the optional chain end with `.?propName`?
#1
Open
brad4d
创建于 2023-07-06
B
brad4d
commented
Would this be legal syntax? ```js maybeUndef?.method().prop = something; ```
1 条评论