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