Skip to content

Commit 003f4c5

Browse files
authored
Update article.md
1 parent 002e379 commit 003f4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/05-data-types/01-primitives-methods

1-js/05-data-types/01-primitives-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 基本类型的方法
22

3-
JavaScript 允许我们像对象一样使用基本类型(字符串,数字等)。
3+
JavaScript 允许我们像使用对象一样使用基本类型(字符串,数字等)。
44

55
基本类型还提供调用方法等。我们会尽快研究这些,但首先我们会看看它是如何工作的,毕竟基本类型不是对象(在这里我们会分析的更加清楚)。
66

0 commit comments

Comments
 (0)