It is possible to return false with some message?
function test(){
if(5 > 6){
return false;
return 'message'
}
if()
if()
}
I know - above example does not works. I will use this function in different part of code, and if test function return false I would like to throw an error with message