From ff15e541c61feb0b8089981ab869e50e1506b918 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 6 Sep 2021 07:46:41 -0300 Subject: Fixed parameters of console.time and console.timeEnd (#2273) * Update index.html * Fix param of console.time method * Fix param of console.timeEnd method --- files/pt-br/web/api/console/time/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/api/console/time/index.html') diff --git a/files/pt-br/web/api/console/time/index.html b/files/pt-br/web/api/console/time/index.html index a246f83984..a63c85d0b7 100644 --- a/files/pt-br/web/api/console/time/index.html +++ b/files/pt-br/web/api/console/time/index.html @@ -15,13 +15,13 @@ translation_of: Web/API/Console/time

Sintaxe

-
console.time(cronometroNome);
+
console.time(label);
 

Parâmetros

-
cronometroNome
+
label
O nome para dar ao novo cronômetro. Ele identificará o cronômetro; use o mesmo quando chamar {{ domxref("console.timeEnd()") }} para parar o cronômetro e obter o tempo na saída do console.
-- cgit v1.2.3-54-g00ecf