define token .give two examples
Answers
Answered by
0
Answer:
In general, a token is an object that represents something else, such as another object (either physical or virtual), or an abstract concept as, for example, a gift is sometimes referred to as a token of the giver's esteem for the recipient. In computers, there are a number of types of tokens.
Answered by
5
Answer:
In programming, a token is a single element of a programming language.
For example, the reserved words "new" and "function" are tokens of the JavaScript language.
Similar questions