Kaushal Shah
Kaushal Shah
So am I supposed to post the difference with the examples here? If not, what you want to discuss?
Sure! Give me some time and will post a draft here.
### Arrow functions vs. `function` declaration ----------------------------------------------------------------------------------- Arrow functions and `function` declarations are not the same/equivalent and can not be used as alternatives of each other. Here are two major...
I've added initial draft above. Happy to address review comments!
Any updates on this one?
As a beginner in Javascript, I just learned the difference between `function()` declaration and arrow functions. I can add this with a few examples if you agree.
Hi, can I pick this up? Also, could you provide some more details about getting started and specifically which callbacks are you referring to exactly?
Hey @pellared could you help me getting started with this issue? Thanks.
Hi @hanyuancheung Could you provide the steps to reproduce this again? Seems like the links that you mentioned in the description do not have the data now.
@Hojun-Cho , How is that intentional? Why should setting the same key increase the memory usage? Shouldn't it over write the same key with new value? If that's intentional, it's...