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);

Comments

Popular posts from this blog

HTML FORMS

FORM STYLING IN CSS