Last active
April 20, 2019 11:55
-
-
Save imkrish/fd1e9216d29060d0d0785f6e36fbbcb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const numbers: ReadonlyArray<number> = [1, 2, 3, 4, 5]; | |
| numbers.push(6); // Property 'push' does not exist on type 'ReadonlyArray<number>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment