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) --- .../javascript/reference/functions/default_parameters/index.html | 4 ---- .../web/javascript/reference/functions/rest_parameters/index.html | 6 ------ 2 files changed, 10 deletions(-) (limited to 'files/ko/web/javascript/reference/functions') diff --git a/files/ko/web/javascript/reference/functions/default_parameters/index.html b/files/ko/web/javascript/reference/functions/default_parameters/index.html index cf5d6d03eb..78f5fc263e 100644 --- a/files/ko/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ko/web/javascript/reference/functions/default_parameters/index.html @@ -15,10 +15,6 @@ translation_of: Web/JavaScript/Reference/Functions/Default_parameters

{{EmbedInteractiveExample("pages/js/functions-default.html")}}

- -

구문

diff --git a/files/ko/web/javascript/reference/functions/rest_parameters/index.html b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
index 41302dda3f..7af5e4ddb4 100644
--- a/files/ko/web/javascript/reference/functions/rest_parameters/index.html
+++ b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
@@ -14,12 +14,6 @@ translation_of: Web/JavaScript/Reference/Functions/rest_parameters
 
 

{{EmbedInteractiveExample("pages/js/functions-restparameters.html")}}

- - -

 

-

구문

function f(a, b, ...theArgs) {
-- 
cgit v1.2.3-54-g00ecf