AM0815

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
AM0815 created a post, JS Optional Chaining
Can anyone tell me, why the inspection of Reshaper is reporting following JavaScript code as a JScriptError? const person = { firstName: "John", lastName: "Doe" }; console.log(person?.firstName); ...