First Class Citizens In Javascript
What is first class ciziten in javascript ?
A function that can be stored by variable, passed argument to another functions and can be assigned.
Types Of First Class Cizitens In Javascript ?
Assigning a function to a variable
const enjoy = () => {
co...
first-class-citizens.hashnode.dev2 min read