I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Accessing a value

Learn

Arrays allow multiple values to be stored within a single value. In order to access a value inside an array you must supply an index. These start at 0 and go up to the length of the array less one.

Try

Write a program that will store 3 names into an array.

Say hello to each of them by accessing the values out of the array.

More practice

Comments are closed.

Information