[TypeScript] What is as const
When working with TypeScript, you might often see the phrase as const. It may seem confusing at first, but once you understand it, it becomes a powerful tool to increase your code’s safety and accuracy.
What is as const?
as const is a syntax in TypeS...
suzie.hashnode.dev2 min read