229k views
3 votes
On hearing my name, you might be reminded of long queues at metro stations or food courts. Just as a human body has a name for each of its parts, similarly I am an entity that identifies the part of the program like keywords, operators, identifiers, punctuation, etc.

1 Answer

6 votes

Answer:

Tokens.

Step-by-step explanation:

Tokens is a part in Javascript. It is a component of Javascript that that hepls to program language in Java. It is the smallest individual word understood by Java. There are five parts of tokens in Javascript. They are:

  1. Keywords
  2. Operators
  3. Identifiers
  4. Punctuation
  5. Literals

It is the word 'token' that reminds us of long queues at metro station or food courts. And just as human body has parts and names, tokens in Javascript has five parts and names, mentioned above.

Thus the correct answer is Tokens.

User Bismillah
by
6.9k points