diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/learn/javascript/first_steps/math/index.html | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/learn/javascript/first_steps/math/index.html')
-rw-r--r-- | files/pt-br/learn/javascript/first_steps/math/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/learn/javascript/first_steps/math/index.html b/files/pt-br/learn/javascript/first_steps/math/index.html index fce74528f7..7e0344a6c7 100644 --- a/files/pt-br/learn/javascript/first_steps/math/index.html +++ b/files/pt-br/learn/javascript/first_steps/math/index.html @@ -1,6 +1,6 @@ --- title: Matemática básica no JavaScript — números e operadores -slug: Learn/JavaScript/First_steps/Matematica +slug: Learn/JavaScript/First_steps/Math tags: - Artigo - Código @@ -15,6 +15,7 @@ tags: - incremento - modulo translation_of: Learn/JavaScript/First_steps/Math +original_slug: Learn/JavaScript/First_steps/Matematica --- <div>{{LearnSidebar}}</div> |