@0xhamed
Mapping is a hash table in Solidity that stores data as key-value pairs, where the key can be any of the built-in data types, excluding reference types, and the value of the data type can be any type.
Syntax: mapping(key => value) <access specifier> <name>;