chore(i18n,curriculum): update translations (#43046)
This commit is contained in:
@@ -47,7 +47,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
Il tuo elemento `p` dovrebbe contenere le prime parole dell'ulteriore `kitty ipsum text`.
|
||||
Il tuo elemento `p` dovrebbe contenere le prime parole del testo aggiuntivo `kitty ipsum` fornito.
|
||||
|
||||
```js
|
||||
assert.isTrue(/Purr\s+jump\s+eat/gi.test($('p').text()));
|
||||
|
@@ -51,7 +51,7 @@ Il tag `a` dovrebbe avere un attributo `href` impostato a "#footer".
|
||||
assert($('a').eq(0).attr('href') == '#footer');
|
||||
```
|
||||
|
||||
Il tag `a` non dovrebbe avere un attributo `target`
|
||||
Il tag `a` non dovrebbe avere un attributo `target`.
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
@@ -11,7 +11,7 @@ dashedName: target-html-elements-with-selectors-using-jquery
|
||||
|
||||
# --description--
|
||||
|
||||
Ora abbiamo una `document ready function`.
|
||||
Ora abbiamo una funzione `document ready`.
|
||||
|
||||
Ora scriviamo la nostra prima istruzione jQuery. Tutte le funzioni di jQuery iniziano con un `$`, di solito indicato come operatore di segno del dollaro, o "bling".
|
||||
|
||||
|
Reference in New Issue
Block a user