array empty strings

Solutions on MaxInterview for array empty strings by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "array empty strings"
Mats
25 Jul 2018
1 var n = 1000;
2 Array(n).join(".").split("."); // now contains n empty strings.
3