From 23c5329e73f3bdcb715022824c478edfe1ff58a8 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 15 May 2022 21:09:59 +0300 Subject: [PATCH] docs(using-map): add 'prototype' to Array.map link --- subjects/using-map/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/using-map/README.md b/subjects/using-map/README.md index 4a1bf0bd..afefc8dc 100644 --- a/subjects/using-map/README.md +++ b/subjects/using-map/README.md @@ -62,4 +62,4 @@ tempForecasts([ ### Notions -- [Array.map](https://devdocs.io/javascript/global_objects/array/map) +- [Array.prototype.map](https://devdocs.io/javascript/global_objects/array/map)