Skip to content

Commit 99ea681

Browse files
authored
fix: typo
1 parent ecf7427 commit 99ea681

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/09-object-toprimitive

1 file changed

+1
-1
lines changed

1-js/04-object-basics/09-object-toprimitive/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# 对象 — 原始值转换
2+
# 对象 — 原始值转换
33

44
当对象相加 `obj1 + obj2`,相减 `obj1 - obj2`,或者使用 `alert(obj)` 打印时会发生什么?
55

0 commit comments

Comments
 (0)