Hello 

This is the day 18 of #30 days of javascrip coding, at this day I studied Array Big Introduction and i learned that
1- The array  is created by using brackets square [ ] and contains data inside it that is separated by the Comma sign.
2-If I want to access a specific element inside the Array, this is done by indexing the element in the sequence.
3- It is possible to access a specific letter within a word or a number within an array
4- It is possible to replace a word with another word within the array without changing the array and without an error message appearing.
5-It is also possible to modify the nested loop with other names and change the content of the array
That's what I learned today and this is the codes i have typed


 

Comments

Popular posts from this blog