function test(){ try { return 1 } catch(e) { return 2 } finally { return 3 } return 4 } console.log(test())
<input type="text" inputmode="tel" />