// `^?` pins an inline type query under the token above it.
const message = "Hello there"
const shout = const message: "Hello there"message.(method) String.toUpperCase(): stringConverts all the alphabetic characters in a string to uppercase.
toUpperCase()