Javascript Chp 8 Arrays in Javascript (incomplete)
let fruit = ['orange', 'fourinch', 'doorhinge', 'storage']
// In this chapter we will learn about
// and function that could be used for the arrays
console.log(fruit);
let fruit = ['orange', 'fourinch', 'doorhinge', 'storage']
Comments
Post a Comment