Exercise 3.3
This commit is contained in:
parent
3a5b273520
commit
f899c8a30e
5
Chapter 3/Exercise 3.3
Normal file
5
Chapter 3/Exercise 3.3
Normal file
@ -0,0 +1,5 @@
|
||||
const myArr = [1, 2, 3];
|
||||
const bigArr = [myArr, myArr, myArr];
|
||||
console.log(bigArr[1][1]);
|
||||
console.log(bigArr[0][1]);
|
||||
console.log(bigArr[2][1]);
|
||||
Loading…
x
Reference in New Issue
Block a user