UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

18 lines (14 loc) 217 B
var ob = {}; var max = 5230; // just before call stack breaks var count = 0; function g(o) { if (count++ < max) { o.k = {}; g(o.k); } else { o.k = 'cool'; } } g(ob); console.log(JSON.stringify(ob));