spread operator in Javascript
you have been using spread (...)operator in javascript/typescript in your projects for a long time. but did you ever know why is it used ?
let me explain it.
lets understand what are arrays:
arrays are fixed sized, continuous, physical memory chunks....
shivamr.hashnode.dev2 min read