Rick Waldron (2012-08-27T17:55:36.000Z)
domenic at domenicdenicola.com (2014-01-03T16:28:50.905Z)
I don't think that screenshots of search suggestions for a language feature that hasn't even been published is valid argument in this discussion. I'd also argue that these results support the current `Array.of` definition, eg. "I need to make an array of strings": ```js Array.of( "A", "B", "C", "D" ); ``` ...Which returns an array of strings. Any example works, `Array.of( things, ... )` nicely describes what the function can be expected to do. As I noted earlier, I'm not opposed to `Array.new()`, but I maintain the position that it reads like backwards computer speak.