What does javascript function return in the absence of a return statement?

前端 未结 3 1723
别跟我提以往
别跟我提以往 2020-11-27 05:15

I was just wondering, does a function without a return statement (or without hitting any return statements) return a value that is completely equivalent to false?

Fo

3条回答
提交回复
热议问题