Skip to content

Commit 0969000

Browse files
Merge pull request ryanmcdermott#226 from snirad/patch-1
Update README.md
2 parents 288bf21 + 177b636 commit 0969000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ function travelToTexas(vehicle) {
841841
**[⬆ back to top](#table-of-contents)**
842842

843843
### Avoid type-checking (part 2)
844-
If you are working with basic primitive values like strings, integers, and arrays,
844+
If you are working with basic primitive values like strings and integers,
845845
and you can't use polymorphism but you still feel the need to type-check,
846846
you should consider using TypeScript. It is an excellent alternative to normal
847847
JavaScript, as it provides you with static typing on top of standard JavaScript

0 commit comments

Comments
 (0)