Minhaz Ahmed Syrus

Results 2 issues of Minhaz Ahmed Syrus

Here is the latest response from the API (`https://api.plivo.com/v1/Account/{auth_id}/Number/18042205674/`) ``` { "active": true, "added_on": "2018-07-16", "alias": null, "api_id": "3e4ec062-ea8a-11e8-96d8-066208d1cfdc", "application": "/v1/Account/MAXXXXXXXXXXXXXXXXXX/Application/12389232799642332/", "carrier": "Plivo", "city": null, "country": "United States", "monthly_rental_rate": "0.80000",...

``` javascript if x?.y return true ``` here **undefined** is tested for **x** But ``` javascript if anObject.x?.y return true ``` here **undefined** isn't tested for **x**