TypeScript Symbol Master
OficialSymbol PracticeTypeScript
Visão Geral
Practice typing with symbol-heavy code sentences. Get familiar with TypeScript syntax.
Regras
Modo
Linha ÚnicaAleatórioDesligado
Limite de Tempo
1:00Limite de Erros
Até 10Prévia do CódigoTypeScript
type Greet = (name: string) => string;
const add = (a: number, b: number) => a + b;
interface User { name: string; age: number; }
const arr: number[] = [1, 2, 3, 4, 5];
const obj = { key: 'value', count: 10 };
function multiply(x: number, y: number): number {}
const isValid = value !== null && value !== undefined;
const result = data?.user?.profile?.name ?? 'Guest';
const numbers = [...arr1, ...arr2, ...arr3];
const { name, age, ...rest } = user;
type Result<T> = { data: T } | { error: string };
const promise = async (): Promise<void> => {};
const callback = (err?: Error, data?: any) => {};
if (condition) { doSomething(); } else { doOther(); }
const ternary = isActive ? 'yes' : 'no';
for (let i = 0; i < arr.length; i++) {}
array.map((item) => item.value).filter((v) => v);
const regex = /^[a-zA-Z0-9]+$/g;
obj['key'] = value || defaultValue;
export default class MyClass extends BaseClass {}Estatísticas
Modo
Linha ÚnicaAleatórioDesligado
Limite de Tempo
1:00Limite de Erros
Até 10Criado em
12 de fevereiro de 2026Participantes
2Total de Tentativas
12Conclusões
0WPM Médio
19.96Precisão Média
93.20%Ranking
| Ranking | Usuário | WPM | Precisão |
|---|---|---|---|
| 45.38 | 96.2% | ||
| 42.9 | 94.9% |
Ranking do Exercício
Melhores digitadores deste exercício
Total de Participantes
2
Período
Todo o Período
Total de Desafios (Todos os Usuários)
12
Tempo Total de Prática (Todos os Usuários)
00:08:27
Total de Teclas Pressionadas (Todos os Usuários)
1.229
Período
Ordenar
| Ranking | Usuário | wpm | Precisão | Iniciadas/Concluídas | Corretas/Digitadas | Tempo Total | Última Tentativa |
|---|---|---|---|---|---|---|---|
| 45.38 | 96.19% | 9/0 | 706/755 | 00:06:12 | 12/02/2026, 14:31 | ||
| 42.90 | 94.90% | 3/0 | 444/474 | 00:02:14 | 09/04/2026, 13:05 |
Ranking de 2 usuários