25개 이상의 토픽을 선택하실 수 없습니다. 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)))