02-queryhover×4 query×2all
// `^?` pins an inline type query under the token above it.
const message = "Hello there"
const message: "Hello there"
const shout =
const message: "Hello there"
message
.
(method) String.toUpperCase(): string

Converts all the alphabetic characters in a string to uppercase.

toUpperCase
()
const shout: string