• Empleos
  • Sobre nosotros
  • profesionales
    • Inicio
    • Empleos
    • Cursos y retos
  • empresas
    • Inicio
    • Publicar vacante
    • Nuestro proceso
    • Precios
    • Evaluaciones
    • Nómina
    • Blog
    • Comercial
    • Calculadora de salario

0

185
Vistas
How to calculate WPM?

I have a React app which is similar to a typeracer game . But I cannot figure out how to formulate the WPM equation.

I have a 210 second timer which counts down as 209, 208, 207, 206 ... And there is a counter which counts up if the user enters the correct letters 0, 1, 2 ...

Currently, I am calculating by


const INITIAL_TIME = 210;

let totalOfWords = correctTypedEntries / 5;
let leftTime = minutues * 2 + seconds //210

const WPM = totalOfWords / ( INITIAL_TIME - leftTime)

about 3 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recomiéndame algunas ofertas
Necesito ayuda