Functions, This and State THIS O’zi tegishli bo’lgan obyektni qaytaradi Functions in component Arrow Functions const User = [ { name : ' John ' , age : 25 , active : true } , { name : ' Doe ' , age : 29 , active : true } , { name : " Albert " , age : 60 , active : false } ] const a = User filter (( item )=>{ return item. active }) console log ( a ) const a = User filter ( item => item. active ) Arrow function Single line : State nima ? Komponentdagi o’zgarishi mumkin bo’lgan ma’lumotlarni o’zida saqlovchi obyekt State Render