Preview:
  let arr=[
    {first:"bhushan",age:2},
     {first:"shan",age:22},
      {first:"bhu",age:29},
      
    ];
    
    //taask ::to print first elemtn of object
    
    
    arr.forEach(function(arr){
        console.log(arr.first);
        
    }
        )
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter