Learn about what is first class function and how to use itΒ , in Javascript.

A programming language is said to support First class functionΒ , if
- A function can be assigned to a variable,
2. A function can be passed as an argument,
3. A function can be returned from other function.
A function can be assigned to a variable

A function can be passed as an argument

A function can be returned from other function
A function which is returned from other function is called βHigher order functionβ.

Do you knowΒ ?
window.print() ; // this is open the print preview in browser
For writing βοΈ this post I π€·π»ββοΈ referred MDN π π πΒ .
Learn new way of creating random numbers here
βββββββββββββββββββββββββββββββββββββββββ
If you find this helpful surprise π me here.
Share if you feel happy π π πΒ .
Follow Javascript Jeepπ if you feel worthy.