Which return statement executes in this code?

return number * 10;return "This line isn't executed";

return number * 10;.