29.2 Use instead of global isFinite.eslint: isFinite('2e3'); // true// goodNumber.isFinite(parseInt('2e3', 10)); // true