return false the same as return?

前端 未结 8 1655
走了就别回头了
走了就别回头了 2020-12-01 03:33

Is

return false 

the same as:

return
8条回答
  •  清歌不尽
    2020-12-01 04:10

    It's returning undefined it's commonly used to break execution of the following lines in the function

提交回复
热议问题