You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm thinking we make immutability a core part of the language. This would mean not including let / var keywords, and perhaps not even allowing the use of mutable array methods.
The text was updated successfully, but these errors were encountered:
So I'm thinking we make immutability a core part of the language. This would mean not including
let
/var
keywords, and perhaps not even allowing the use of mutable array methods.The text was updated successfully, but these errors were encountered: