Menu
×
×
Correct!
Exercise:Prevent the array from being changed:
const names: @(8) string[] = ["Dylan"];
const names: readonly string[] = ["Dylan"];
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 30 exercises.
Are you sure you want to continue?