DEV Community

Cover image for What's something you always have to Google?
Madza
Madza Subscriber

Posted on

What's something you always have to Google?

I always have to look up JS array methods 'slice' and 'splice' and regex.

What about you - is there something you need to Google again and again despite of using it multiple times before?

Oldest comments (36)

Collapse
 
amt8u profile image
amt8u

flexbox properties. But I find this article really helpful.

Collapse
 
madza profile image
Madza

Same here πŸ˜ƒπŸ˜ƒ

Collapse
 
corentinbettiol profile image
Corentin Bettiol

We all have this article in our bookmarks :D

Collapse
 
madza profile image
Madza • Edited

I love css-tricks, lots of high quality articles there πŸ”₯❀

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

grid, in my case; but css properties' naming is very confusing.

Collapse
 
joelbonetr profile image
JoelBonetR πŸ₯‡

Spam time :D
Flex layout
CSS Guide

Hope it helps on any way :)

Collapse
 
shadowtime2000 profile image
shadowtime2000

String and array 'slice' 'splice' regex Material UI component props

Collapse
 
dailydevtips1 profile image
Chris Bongers

"remove children from parent"

Getting really weird results some how.. πŸ€·β€β™‚οΈ

Collapse
 
madza profile image
Madza

Haha, lol πŸ˜ƒπŸ˜ƒ Google takes everything directly and not cares what background are you in πŸ˜ƒπŸ˜ƒ

Collapse
 
dailydevtips1 profile image
Chris Bongers

Seeing they track about everything I'm just surprised haha πŸ˜‚

Collapse
 
hellovietduc profile image
Duc Nguyen

Well, how to generate an SSH key

Collapse
 
jsvc profile image
Yura

Always google how to move an item in array. it's so simple but somehow I can't remember that

Collapse
 
arturssmirnovs profile image
Arturs Smirnovs

LOL, this is funny one.. I always google: "PHP String contains" and go to this article: stackoverflow.com/questions/436673...

Should finally remember this! :D

Collapse
 
madza profile image
Madza

You should bookmark it or print it on the wall πŸ˜ƒπŸ˜ƒ

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

\s vs \w

Collapse
 
axiol profile image
Arnaud Delante

Command line for tar compression / decompression. I know I know them, but I'm never sure enough to not check it first

Collapse
 
matborowiak profile image
Mat Borowiak

'css how to' + anything

Collapse
 
madza profile image
Madza • Edited

'center an element in a div' is a great starting point πŸ˜‚πŸ˜‚
recently I use place-items: center, tho πŸ˜‰

Collapse
 
official_ked profile image
Ezemmouka Franklin

Lol...

Collapse
 
joelbonetr profile image
JoelBonetR πŸ₯‡

Bookmark this and let me know if I missed something πŸ˜† πŸ˜†

Collapse
 
gbenga profile image
Gbenga Ojo-Aromokudu

How to use .reduce() in JavaScript

Collapse
 
madza profile image
Madza

yeah and that one too πŸ˜‰

Some comments may only be visible to logged-in visitors. Sign in to view all comments.