Computer Science, asked by forloco976, 21 days ago

We can define a user defined function in JavaScript using keyword "func" (in javascript)

True or False . also explain

Answers

Answered by samfernando342
0

Answer:

Nested functions

A function is called “nested” when it is created inside another function. It is easily possible to do this with JavaScript. Here the nested function getFullName() is made for convenience. It can access the outer variables and so can return the full name

Similar questions