Removed last few questions

pull/274/head
Christopher Guerrero 3 years ago
parent 644d75b8d5
commit a243ae673c

@ -121,14 +121,3 @@ console.log(itCompanies.slice(itCompanies.length - 3, itCompanies.length))
// 19. Slice out the middle IT company or companies from the array
console.log(itCompanies.slice(Math.floor(itCompanies.length / 2), Math.ceil(itCompanies.length / 2)))
// 20. Remove the first IT company from the array
// 21. Remove the middle IT company or companies from the array
// 22. Remove the last IT company from the array
// 23. Remove all IT companies
Loading…
Cancel
Save