Skip to content

Commit 00689d3

Browse files
authored
Merge pull request #3042 from tanishk15sharma/patch-1
fix: typo
2 parents 2efe0dc + a794212 commit 00689d3

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/01-primitives-methods

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (zero) { // zero is true, because it's an object
104104
}
105105
```
106106

107-
On the other hand, using the same functions `String/Number/Boolean` without `new` is a totally sane and useful thing. They convert a value to the corresponding type: to a string, a number, or a boolean (primitive).
107+
On the other hand, using the same functions `String/Number/Boolean` without `new` is totally same and useful thing. They convert a value to the corresponding type: to a string, a number, or a boolean (primitive).
108108

109109
For example, this is entirely valid:
110110
```js

0 commit comments

Comments
 (0)