- Modern JavaScript Web Development Cookbook
- Federico Kereki
- 40字
- 2021-07-02 14:49:50
Adding types
In the previous chapter, we installed Flow so that we could add data types check to JS, but we didn't really get into its syntax or rules. Let's get into that now, before getting into JS-specific features.