Harsha
@harsha7038
ID: 1440197984210145287
21-09-2021 06:15:46
511 Tweet
35 Followers
127 Following
Useless fact 101: Allu Arjun has 15M+ followers on instagram, but he follows only 1. His wife. Khauf dekh rahe ho 😭
Set a reminder for my upcoming Space! x.com/i/spaces/1gqxv… Gaurish Kamat Harsha Alok Raj Ashmit Bhatnagar manky
Let's know about for-in and for-of loops.We will use these loops atleast once this week Gaurish Kamat manky Alok Raj Ashmit Bhatnagar Harsha #javascript #UI
Use Array.from(string) instead of string split ('') to create an array from the string. JavaScript Daily Gaurish Kamat manky Alok Raj Harsha Ashmit Bhatnagar #javascript
Now this is really cool use array.at(-1) to get last element from an array instead of doing arr.length-1 ex: arr=[1,2,3,4] arr.at(-1) ✅ = 4 arr[arr.length-1] ☑️= 4 Gaurish Kamat manky Harsha Ashmit Bhatnagar #javascript #FrontEnd