The functions that follow are fundamental to web development and javascript programming in general, simplifying tasks such as debugging using the o...
For further actions, you may consider blocking this person and/or reporting abuse
I don't know how much I'm like your "average" JS developer since it's not a main part of my job.
As a single data point, while I use most of these, I never (or almost never) use these:
Of all of these, the only thing I don't use a lot is
reverse
, though it appears in my code in several places. I think you end up with these more often when you use JS on the front and back end.The one I use a ton and isn't here is
flat
and occasionallyflatMap
.I was going to post basically the same list. :)
Agree! These are simple functions that make the development easier but yes, few of them are not really useful, it really depends from dev to dev.
Thanks for the comment!
I'm missing String.prototype.replace. Regular expressions are regularly helpful, especially with a replacer function.
Yeah! I'll make sure I add them in the second part, Thanks!
It's a pleasure to read you
Thanks for the comment, Patrick! I appreciate those kind words.
Nice cheat sheet. Thanks for taking the time and posting this
Welcome!
it seems l had forgotten to use splice(), thank you for posting,
My pleasure!
very useful information Thank you very much for this article
I'm glad you liked it!
Thanks for this. These functions are helpful.
My pleasure!
Awesome! Thank you! Good work
I'm glad it was helpful!
Solid list 👍🏻
I was expecting to see at least 1 that I had never used before, but I use all of these fairly frequently.
Of course, you'll use them 99% of the time. By the way, thanks for the insight, I'll make sure to include some interesting ones in my coming posts!
Thanks!