Skip to main content
✏️ 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"];

✏️ Type the missing code: