I don't Understand Boolean Values

how can you return false will switch to true?

function welcomeToBooleans(){

return false;
}

got it ,just change false to true,omg