Contra-script, Javascript Array and Methods
Declaration of Array
This is the year 1987; we are at Jungle base.
let level1 = ['grunt', 'grunt', 'flying-soldier', 'grunt'];
// we need to engage now
console.log(level1, "Engage");
Methods in arrays
Shift()
Our hero, Bill needs to take out a few e...
blogs.abhijitmone.com3 min read