mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-21 22:05:19 +02:00
Italian translation of chapter 2, fixed a non translated sentence in chapter 1
This commit is contained in:
13
2-js-basics/4-arrays-loops/translations/assignment.it.md
Normal file
13
2-js-basics/4-arrays-loops/translations/assignment.it.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ciclo su un Array
|
||||
|
||||
## Istruzioni
|
||||
|
||||
Creare un programma che elenchi ogni terzo numero tra 1-20 e lo stampi alla console.
|
||||
|
||||
> SUGGERIMENTO: usare un ciclo for e modificare l'espressione di iterazione
|
||||
|
||||
## Rubrica
|
||||
|
||||
| Criterio | Eccellente | Sufficiente | Necessita miglioramenti |
|
||||
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
|
||||
| | Il programma viene eseguito correttamente ed è commentato |Il programma non è commentato | Il programma è incompleto o presenta bug |
|
Reference in New Issue
Block a user