/
Immutable Strings
Immutable Strings
When we have string variables in Lua and Javacript they are implemented as “immutable strings”. This means that a string is never modified - if we ‘modify’ a string - we really copying it and making a new one.
, multiple selections available,
Related content
Value Types
Value Types
More like this
Variables
Variables
More like this
Javascript is a dynamic language
Javascript is a dynamic language
More like this
Variable Scope
Variable Scope
More like this
The core eight types in Lua.
The core eight types in Lua.
More like this