Srishti Maurya (@srishtimaurya1) 's Twitter Profile
Srishti Maurya

@srishtimaurya1

Software Engineer || Mobile Development || Being better than yesterday

ID: 708684294164602880

calendar_today12-03-2016 16:01:17

14 Tweet

281 Followers

262 Following

Srishti Maurya (@srishtimaurya1) 's Twitter Profile Photo

Diving deep into how javascript actually works, these days!! callstacks, hoistings, event loops, async JS Function the best part of JS. 💙 #javascript #webdev

Srishti Maurya (@srishtimaurya1) 's Twitter Profile Photo

; Love is pure, so should the JS functions be - for functional programming 😁 ; For the same input, the output should always be the same!! Pure functions ❤️ ; JS is a country and functions are its first class citizens. #javascript #neogcamp #webdev

Srishti Maurya (@srishtimaurya1) 's Twitter Profile Photo

; in JS, a promise is analogous to a promise in real life. ; promises are one of the ways we can deal with asynchronous operations in JS. ; wrote a blog on promises in JS with some advanced methods srishtimaurya.hashnode.dev/promises-in-ja… #javascript #learning

Srishti Maurya (@srishtimaurya1) 's Twitter Profile Photo

; JS has inbuilt methods via which an object can use the methods of another object without redefining that same method. ; do you want to know how, when and why should we use them? ; wrote a blog on function borrowing in JS, read to know more. srishtimaurya.hashnode.dev/function-borro…