Question 3 of exercise

pull/607/head
loic242 3 years ago
parent f796824373
commit 434b18dfa9

@ -56,4 +56,7 @@ const webTechs = [
22. Remove the last IT company from the array
23. Remove all IT companies
*/
let myArr = Array(); //Empty array
let myArr = Array(); //Empty array
const animals = ['lion','dog','cat','pig','monkey'];
const myArrayLength = animals.length();
console.log(myArrayLength)
Loading…
Cancel
Save