ERRORs IN JS
Output: Reference error. As age not found.
2.
map() is used when we want to output in terms array. return is used.
forEach() is used when we want output line by line. console.log() is used.
3.
This will give UndefinedOutput.
As the return is us...
asutoshblog.hashnode.dev1 min read