Modern JavaScript Web Development Cookbook
上QQ阅读APP看书,第一时间看更新

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.