A Dictionary is a data structure that allows us as programmers to group data together into ONE construct.
A Dictionary has a:
In this website, there are several dictionaries that are defined in specific files:
A dictionary containing information about key terms
This has the following keys:
This data can be found in the file called terms.js in the folder data
A dictionary containing information about books.
This has the following keys:
This data can be found in the file called books.js
in the folder data
A dictionary containing information about cars
This has the following keys:
This data can be found in the file called cars.js
in the folder data
A dictionary containing information about customers
This has the following keys:
This data can be found in the file called cars.js
in the folder data
A dictionary containing information about playing cards
This has the following keys:
This data can be found in the file called cards.js
in the folder data
This video goes through the modelling on this page: