Tag search in JavaScript

Now we will make a site that will help determine the value of the HTML tag. Let this site have an input in which the user will enter the name of the tag. After that, by pressing Enter, let the description of this tag be displayed under the input.

Think about the most convenient way to store tag names and their descriptions in accordance with the task.

Implement the described site.

enru