fourk

Results 1 issues of fourk

Take this code ``` var test = { stuff: 3 } console.log(test?.stuff) ``` This is completely valid js code and yet the extension throws an error saying it is invalid