What is a subtype?| flow.org
Generics (sometimes referred to as polymorphic types) are a way of abstracting| flow.org
Classes in Flow are nominally typed. This means that when you have two separate| flow.org
JavaScript classes| flow.org
Array types represent lists of unknown length, where all items have the same type.| flow.org
Tuple types represent a fixed length list, where the elements can have different types.| flow.org
Objects can be used in many different ways in JavaScript.| flow.org