Eda
Eda
Fixed the incorrect variable name in the first code example given in the answer
### Description Added Query to the list of URI components on the URI index page under the Reference section. ### Motivation The URI reference page (`/en-US/docs/Web/URI/Reference`) has the list of...
Fixes #631. With the previous example: ```ts (arr: Array) => arr.map(parseInt) ``` `parseInt` gets the indices as its second parameter for the base. Providing a callback where we pass the...