-1

how a function is assigned to a variable

let temp = (0, a => {
    console.log('=====>',  a)
})

output of temp:

a => {
    console.log('=====>',  a)
}
Faizan Ali
  • 11
  • 1

0 Answers0