Skip to content

Commit 76f0914

Browse files
Update introduction.md
1 parent a43d16b commit 76f0914

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

concepts/type-checking/introduction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ Knowning what type an object has is often very important for code to run smoothl
55
Javascript has several ways to check the type of an object.
66

77
```exercism/note
8-
Javascript's type checking mechanisms are always soomewhat unreliable.
8+
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.
11-
```
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.```
1211
1312
## The `typeof` operator
1413

0 commit comments

Comments
 (0)