function fn(s) {Parameter 's' implicitly has an 'any' type.7006Parameter 's' implicitly has an 'any' type. console.log(s.subtr(3)) } fn(42)