You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
198 B

  1. let a = [
  2. {
  3. name: 'raj',
  4. age:20
  5. },
  6. {
  7. name: 'raj',
  8. age:20
  9. },
  10. {
  11. name: 'raj',
  12. age:20
  13. },
  14. ]
  15. console.log(a.map((e)=>console.log(e)))