Search posts, tags, users, and pages
Blog by Chinedu.
I am a fullstack Web developer writing about Javascript, Typescript, React, Nextjs and a lot fun things about the web.
The rest parameter syntax allows us to add any number of arguments as an array of a function. The last parameter can be prefixed with ... as a rest parameter. This will compose the rest of the provided parameters into a standard JavaScript array. Exa...
No responses yet.