From 3bb96c83e22a7a6214e79e9b903ee1c7b5657e67 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:08 +0800 Subject: adjust dl/dt/dd tags for zh-TW --- .../web/javascript/reference/functions/index.html | 23 ---------------------- 1 file changed, 23 deletions(-) (limited to 'files/zh-tw/web/javascript/reference/functions') diff --git a/files/zh-tw/web/javascript/reference/functions/index.html b/files/zh-tw/web/javascript/reference/functions/index.html index ce6646918f..0d64fa570a 100644 --- a/files/zh-tw/web/javascript/reference/functions/index.html +++ b/files/zh-tw/web/javascript/reference/functions/index.html @@ -74,14 +74,8 @@ function myFunc(theObject) {
name
The function name.
-
- -
param
The name of an argument to be passed to the function. A function can have up to 255 arguments.
-
- -
statements
The statements comprising the body of the function.
@@ -98,9 +92,6 @@ function myFunc(theObject) {
name
The function name. Can be omitted, in which case the function becomes known as an anonymous function.
-
- -
param
The name of an argument to be passed to the function. A function can have up to 255 arguments.
statements
@@ -123,14 +114,8 @@ function myFunc(theObject) {
name
The function name.
-
- -
param
The name of an argument to be passed to the function. A function can have up to 255 arguments.
-
- -
statements
The statements comprising the body of the function.
@@ -151,9 +136,7 @@ function myFunc(theObject) {
name
The function name. Can be omitted, in which case the function becomes known as an anonymous function.
-
-
param
The name of an argument to be passed to the function. A function can have up to 255 arguments.
statements
@@ -196,9 +179,6 @@ param => expression
arg1, arg2, ... argN
Zero or more names to be used by the function as formal argument names. Each must be a string that conforms to the rules for a valid JavaScript identifier or a list of such strings separated with a comma; for example "x", "theValue", or "a,b".
-
- -
functionBody
A string containing the JavaScript statements comprising the function definition.
@@ -227,9 +207,6 @@ param => expression
arg1, arg2, ... argN
Zero or more names to be used by the function as formal argument names. Each must be a string that conforms to the rules for a valid JavaScript identifier or a list of such strings separated with a comma; for example "x", "theValue", or "a,b".
-
- -
functionBody
A string containing the JavaScript statements comprising the function definition.
-- cgit v1.2.3-54-g00ecf