We're a place where coders share, stay up-to-date and grow their careers.
Hi! It may be worth mentioning that "TypeScript comes with a ReadonlyArray type that is the same as Array with all mutating methods removed, so you can make sure you don’t change your arrays after creation"
typescriptlang.org/docs/handbook/i...
Oh yes, I completely forgot about those
Hi! It may be worth mentioning that
"TypeScript comes with a ReadonlyArray type that is the same as Array with all mutating methods removed, so you can make sure you don’t change your arrays after creation"
typescriptlang.org/docs/handbook/i...
Oh yes, I completely forgot about those