Posts by user129909 • 56 points
2 posts
-
1
votes3
answers374
viewsA: Transform string into json
Sorry I can’t comment, so I’m going to release a new answer. Do not use the posted solution Array.prototype.toJson = function() {/*...*/}, this will create a property enumerated in all array type…
-
3
votes1
answer558
viewsA: Size of "Maximum call stack"
There is no fixed number. Have you noticed the name of the site? Stack Overflow? That’s exactly what’s happening in your browser. Each time the function is called, the browser allocates more and…
javascriptanswered user129909 56