Skip to content

Commit 4d49974

Browse files
authored
Minor fix
1 parent c073732 commit 4d49974

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 原始类型的方法
22

3-
JavaScript 允许我们像使用对象一样使用原始类型(字符串,数字等)。JavaScript 还提供了这样的调用方法。我们很快就会学习它们,但是首先我们将了解它的工作原理,毕竟基本类型不是对象(在这里我们会分析的更加清楚)。
3+
JavaScript 允许我们像使用对象一样使用原始类型(字符串,数字等)。JavaScript 还提供了这样的调用方法。我们很快就会学习它们,但是首先我们将了解它的工作原理,毕竟原始类型不是对象(在这里我们会分析地更加清楚)。
44

55
我们来看看原始类型和对象之间的关键区别。
66

7+
Let's look at the key distinctions between primitives and objects.
8+
79
一个原始值:
810

911
- 是原始类型中的一种值。

0 commit comments

Comments
 (0)