Hacker News new | ask | show | jobs
by seivan 3930 days ago
This also helps with Typescript that required

  var products:Array<Product> = []
    for (var x in this.props.products) {
      products.push(this.props.products[x])
    }