Fail loudly, recover gracefully.
throw new Error
try
catch
function parseAmount(str) { // TODO } function safeParse(str) { // TODO try/catch }