Skip to content

Commit a43d16b

Browse files
Update about.md
1 parent 88486ec commit a43d16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Javascript has several ways to check the type of a value or object.
77
```exercism/note
88
Javascript's type checking mechanisms can be somewhat unreliable.
99
10-
For true safety with types, you should probably use TypeScript, a language that builds on JavaScript, but with the type syntax of a static-typed language.
10+
For better type safety and stronger types, you should probably use TypeScript, a language that builds on JavaScript, but with the type syntax of a static-typed language.
1111
```
1212

1313
## The `typeof` operator

0 commit comments

Comments
 (0)