jed_fox1’s avatarjed_fox1’s Twitter Archive — № 1,000

  1. …in reply to @kentcdodds
    @kentcdodds @giovannibenussi @typescript My guess is that using const to declare a property in TypeScript tells the type checker to make it read-only, but switching to var or let makes it read-write.