chore(i18n,learn): processed translations (#45633)
This commit is contained in:
@ -28,6 +28,7 @@ dashedName: refactor-global-variables-out-of-functions
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
@ -28,6 +28,7 @@ dashedName: refactor-global-variables-out-of-functions
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
@ -28,6 +28,7 @@ Reescribe el código para que el arreglo global `bookList` no sea cambiado dentr
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
@ -28,6 +28,7 @@ Riscrivi il codice in modo che l'array globale `bookList` non venga modificato a
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
@ -28,6 +28,7 @@ dashedName: refactor-global-variables-out-of-functions
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
@ -11,7 +11,7 @@ dashedName: change-a-variable-for-a-specific-area
|
||||
|
||||
Quando você cria suas variáveis em `:root`, elas ficam disponíveis para uso em toda a página.
|
||||
|
||||
Mas nada impede que você redefina os valores dessas variáveis dentro de qualquer outro seletor de CSS.
|
||||
Você, então, poderá sobrescrever os valores dessas variáveis definindo-as novamente em um seletor de CSS específico.
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
@ -28,6 +28,7 @@ Reescreva o código de forma que o array global `bookList` não seja alterado em
|
||||
|
||||
```js
|
||||
add(bookList, "Test");
|
||||
remove(bookList, "The Hound of the Baskervilles");
|
||||
assert(
|
||||
JSON.stringify(bookList) ===
|
||||
JSON.stringify([
|
||||
|
Reference in New Issue
Block a user