From b9cebc951ccdf50f6ce220c03d398aa81ecca9f1 Mon Sep 17 00:00:00 2001 From: Larissa Date: Fri, 6 Aug 2021 19:43:12 -0300 Subject: links en-US to pt-BR (#1951) It would be helpful if hyperlinks direct the reader to the page in the same language they are reading. So, as he is reading in Portuguese, if he clicks on a hyperlink, he will be taken to the article in Portuguese. --- .../reference/functions/rest_parameters/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/pt-br/web/javascript') diff --git a/files/pt-br/web/javascript/reference/functions/rest_parameters/index.html b/files/pt-br/web/javascript/reference/functions/rest_parameters/index.html index 6bbcdacb8e..786d799f0a 100644 --- a/files/pt-br/web/javascript/reference/functions/rest_parameters/index.html +++ b/files/pt-br/web/javascript/reference/functions/rest_parameters/index.html @@ -22,11 +22,11 @@ translation_of: Web/JavaScript/Reference/Functions/rest_parameters

Diferença entre rest parametersarguments object

-

Há três diferenças principais entre rest parameters e os arguments objects:

+

Há três diferenças principais entre rest parameters e os arguments objects:

@@ -169,10 +169,10 @@ console.log(sortArguments(5,3,7,1));

Veja também

-- cgit v1.2.3-54-g00ecf