✏️ Code CompletionTS TypeScript Medium⚡+20 XP
Readonly Array
Complete the type for an immutable string array.
✏️ Fill in the blank
const tags: ___ string[] = ["ts", "js"];Complete the type for an immutable string array.
const tags: ___ string[] = ["ts", "js"];