DEV Community

Discussion on: I still have to Google...

Collapse
 
smallbellows profile image
Sara Given
  • when I need to use more than one parameter for the various JS array methods
  • findIndex vs. indexOf
  • slice vs. splice
  • date formatting strings for moment.js
  • the CSS for truncating text to ellipsis

Yep, only been doing this dev thing for 4 years now...

Collapse
 
thatonejakeb profile image
Jacob Baker

Oh jeez, date format strings is another one I don’t think I’ll ever remember. Especially because I spent a lot of time using PHP way back when so I automatically write H:i:s rather than HH:mm:ss when trying to display the time...