## 6.3 Result The result returned by the API after executing the above code is as follows: ```javascript { status , elapsed:0.008270740509033203, result: { result:1 } } ``` This result indicates that the execution was successful (`status:true`) and that the value of `result` is 1.