yayoc / optional-chain

⛓Optional chaining implementation in TypeScript
https://github.com/yayoc/optional-chain
MIT License
19 stars 2 forks source link

fix array undefined error #5

Closed jemmyphan closed 6 years ago

jemmyphan commented 6 years ago

fix error when getting value from undefined array. check the new added test for more detail.