I have two question about memory usage in javascript:
I read a lot about memory leak, but how the memory affect the performance? Is there any damage?
Without memory leak, if I use memory too much, like reach some limit of the browser(does the browser have memory usage limit?), does this effect performance?