When to use return, and what happens to returned data?

后端 未结 5 2038
野趣味
野趣味 2021-02-01 07:50

What is the difference between:

function bla1(x){console.log(x)}

and

function bla(x){return console.log(x)}

I

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