Posts
All the articles I've posted.
Higher Order Functions
Published: at 11:00 AMA function that accepts another function as a parameter, or returns another function.
JSON.Stringify on second argument
Published: at 10:15 AMWhat is second argument do on JSON.Stringify
Simple function of Filter, Index and Every
Published: at 02:00 PMExample of function of filter, index and every.
useCallback to prevent re-created function
Published: at 01:30 PMReact useCallback to avoid re-created function
IIFE (Immediately Invoked Function Expression)
Published: at 11:00 AMAn IIFE (Immediately Invoked Function Expression) is a JavaScript function that runs as soon as it is defined.