Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yihan12 authored Dec 14, 2023
1 parent 6501e7d commit 8ed0478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascript/Type Casting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ let sum = value1 + value2;

console.log(sum); // '59'
```

### 隐式类型转换

隐式类型转换是将一种数据类型转换为另一种数据类型(确保在相同的数据类型之间完成操作),以便运算符或函数正常工作。

0 comments on commit 8ed0478

Please sign in to comment.