Skip to content Skip to sidebar Skip to footer
Showing posts with the label Call

Apply/call Method In Javascript: What Is The First Arguments "this"?

I am confused about using apply or call method correctly. I know that apply is passing an array to … Read more Apply/call Method In Javascript: What Is The First Arguments "this"?

Using Call In Javascript Vs Returning By Simple Function

These are the 2 methods to calculate total amount based on object data: Snippet 1 Snippet 2 Re… Read more Using Call In Javascript Vs Returning By Simple Function