We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a688f commit 36e67d6Copy full SHA for 36e67d6
1-js/02-first-steps/15-function-basics/article.md
@@ -423,7 +423,7 @@ function showPrimes(n) {
423
}
424
```
425
426
-La seconda variante utilizza un funzione addizionale `isPrime(n)` per testare se un numero rispetta la condizione "è primo?":
+La seconda variante utilizza un funzione addizionale `isPrime(n)` per testare se un numero rispetta la condizione di essere primo:
427
428
```js
429
function showPrimes(n) {
0 commit comments