diff options
| author | Irvin <irvinfly@gmail.com> | 2022-02-16 02:08:24 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
| commit | 8d1313c84cc82d81363ed62b75baedb9a65ff2e3 (patch) | |
| tree | fcf531cdea6491c848cc17fc44efe5b18466e54b /files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance | |
| parent | a2617e517fe48fbd0fc283e05c82e32765a3fb12 (diff) | |
| download | translated-content-8d1313c84cc82d81363ed62b75baedb9a65ff2e3.tar.gz translated-content-8d1313c84cc82d81363ed62b75baedb9a65ff2e3.tar.bz2 translated-content-8d1313c84cc82d81363ed62b75baedb9a65ff2e3.zip | |
remove font tag in zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance/index.html b/files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance/index.html index ad28084f8e..2381f6654f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/symbol/hasinstance/index.html @@ -17,7 +17,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance <h2 id="示例">示例</h2> -<p><font face="Open Sans, Arial, sans-serif">你可实现一个自定义的</font><code>instanceof</code> 行为,<font face="Open Sans, Arial, sans-serif">例如:</font></p> +<p>你可实现一个自定义的<code>instanceof</code> 行为,例如:</p> <pre class="brush: js notranslate">class MyArray { static [Symbol.hasInstance](instance) { |
