Published onJune 16, 2022Clean FunctionsjavascriptcodetipsHere are some tips regarding clean functions. There are more to into clean functions but these are some basics that I could fit into this post.
Published onMay 24, 2022Arrow FunctionjavascriptcodetipsJavascript has long incorporated a compact and convenient way of writing functions in Javascript, called the arrow function or thick arrow.