1. Stream API coding questionshttps://www.youtube.com/watch?v=Q3T7GEvkGsU&list=PL63BDXJjNfTElajNCfg_2u_pbe1Xi7uTy&index=40Dec 8, 2025·4 min read
React interview preparationArrow functions : Arrow functions allow us to write shorter function syntax: It gets shorter! If the function has only one statement, and the statement returns a value, you can remove the brackets and the return keyword: If you have parameters, ...Jul 11, 2023·9 min read