current work
This commit is contained in:
9
4/forof.html
Normal file
9
4/forof.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html><body><script>
|
||||
|
||||
let colors = ["Red", "Green", "Blue"]; for (let color of colors) {
|
||||
|
||||
console.log(`${color} is a color.`);
|
||||
|
||||
}
|
||||
|
||||
</script></body></html>
|
Reference in New Issue
Block a user