Skip to content

Commit 36e67d6

Browse files
committed
articolo funzioni
1 parent e1a688f commit 36e67d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function showPrimes(n) {
423423
}
424424
```
425425
426-
La seconda variante utilizza un funzione addizionale `isPrime(n)` per testare se un numero rispetta la condizione primo?":
426+
La seconda variante utilizza un funzione addizionale `isPrime(n)` per testare se un numero rispetta la condizione di essere primo:
427427
428428
```js
429429
function showPrimes(n) {

0 commit comments

Comments
 (0)