Computer dictionaries

​A computer dictionary is a way to store and efficiently access related information in code. A dictionary consists of elements that have a key and the value. For example keys can be “first” and “last”.

Computer dictionaries make more sense than arrays.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator