Skip to content

Commit 53543ca

Browse files
Update 1-js/02-first-steps/07-type-conversions/article.md
Co-authored-by: Bogdan Bacosca <bogdanbacosca@protonmail.com>
1 parent b0a77b9 commit 53543ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/07-type-conversions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ alert(typeof value); // șir
3030
*/!*
3131
```
3232

33-
Conversia unui șir este destul de evidentă. Un `false` devine `"false"`, `null` devine `"null"`, etc.
33+
Conversia unui șir este în mare parte evidentă. Un `false` devine `"false"`, `null` devine `"null"`, etc.
3434

3535
## Conversia Numerică
3636

0 commit comments

Comments
 (0)