current work
This commit is contained in:
8
4/jonarrayforof.html
Normal file
8
4/jonarrayforof.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
let name = "jonathan"
|
||||
for (let [a, letter] of name.split("").entries()){
|
||||
console.log(`${a} ${letter}`)
|
||||
}
|
||||
</script></body></html>
|
Reference in New Issue
Block a user