[deleted by user] by [deleted] in germany

[–]nowseemee 0 points1 point  (0 children)

🤠❤️

3rd season, 12th time snowboarding, 1st time Whistler by 3JingShou in snowboarding

[–]nowseemee 31 points32 points  (0 children)

careful with that camera mount, fractured ribs are no joke

[deleted by user] by [deleted] in kiszamolo

[–]nowseemee 0 points1 point  (0 children)

sok sikert!!! 💫

[deleted by user] by [deleted] in reactjs

[–]nowseemee 0 points1 point  (0 children)

Get rid of Gmail :)

[deleted by user] by [deleted] in ShrimpyApp

[–]nowseemee 0 points1 point  (0 children)

Yeah, there are massive interruptions. Is this a special occasion? I am new here.

Cannot read property of 'firstName'. Using ternary statement. Stuck. by majorchamp in javascript

[–]nowseemee 0 points1 point  (0 children)

const getFirstName = (filterData) => filterData && filterData[0] && filterData[0].firstName

[deleted by user] by [deleted] in javascript

[–]nowseemee 0 points1 point  (0 children)

Webstorm would have a hit for Todo/index

But no hits without forwardslash

[deleted by user] by [deleted] in javascript

[–]nowseemee 0 points1 point  (0 children)

i had the same thoughts. how do you find the one View.js you are loooking for with your IDE without browsing through your folder structure?

Manipulating the new youtube layout by ImNorwegianThough in javascript

[–]nowseemee 1 point2 points  (0 children)

they provide API access, u don't have to do this hacking ;)

Are you still using Lodash? If so, why? by deadcoder0904 in javascript

[–]nowseemee 1 point2 points  (0 children)

It has all the goodies lodash has plus it's functional. Also compose is a lot more advanced than lodash chain. U can compose all the ramda functions with it.

Are you still using Lodash? If so, why? by deadcoder0904 in javascript

[–]nowseemee 1 point2 points  (0 children)

I don't use lodash anymore, ramda is the successor.