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