can't modify frozen string
greet = "Hello, myValue!" greet.freeze greet.concat("!") # => TypeError: can't modify frozen string