From 91bca910871ea185e7970937a9739dbbf3d223a9 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Mon, 26 Jul 2021 22:51:29 +0900 Subject: Remove hidden/noinclude from JS docs (#1583) --- .../web/javascript/reference/global_objects/array/entries/index.html | 4 ---- .../web/javascript/reference/global_objects/array/flatmap/index.html | 4 ---- .../ko/web/javascript/reference/global_objects/array/slice/index.html | 2 -- 3 files changed, 10 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/array') diff --git a/files/ko/web/javascript/reference/global_objects/array/entries/index.html b/files/ko/web/javascript/reference/global_objects/array/entries/index.html index 316886c261..5b4b8eee78 100644 --- a/files/ko/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/ko/web/javascript/reference/global_objects/array/entries/index.html @@ -16,10 +16,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/entries

{{EmbedInteractiveExample("pages/js/array-entries.html")}}

- -

구문

arr.entries()
diff --git a/files/ko/web/javascript/reference/global_objects/array/flatmap/index.html b/files/ko/web/javascript/reference/global_objects/array/flatmap/index.html
index ceaa87f4b2..93d92580b8 100644
--- a/files/ko/web/javascript/reference/global_objects/array/flatmap/index.html
+++ b/files/ko/web/javascript/reference/global_objects/array/flatmap/index.html
@@ -14,10 +14,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/flatMap
 
 

flatMap() 메서드는 먼저 매핑함수를 사용해 각 엘리먼트에 대해 map 수행 후, 결과를 새로운 배열로 평탄화합니다. 이는 깊이 1의 flat 이 뒤따르는 map 과 동일하지만, flatMap 은 아주 유용하며 둘을 하나의 메소드로 병합할 때 조금 더 효율적입니다.

- - - -

구문

arr.flatMap(callback(currentValue[, index[, array]])[, thisArg])
diff --git a/files/ko/web/javascript/reference/global_objects/array/slice/index.html b/files/ko/web/javascript/reference/global_objects/array/slice/index.html index a5264b1f86..aebc7b1805 100644 --- a/files/ko/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/ko/web/javascript/reference/global_objects/array/slice/index.html @@ -15,8 +15,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/slice
{{EmbedInteractiveExample("pages/js/array-slice.html")}}
- -

구문

arr.slice([begin[, end]])
-- 
cgit v1.2.3-54-g00ecf