-
💠encodeURIComponent() - JavaScript | MDN
In order to send data that includes special characters such as / in a url you need to url encode it. You have probabl
-
How to get Dev Comments from an article Url
I want to incorporate some of the wonderful comments, \U0001F495, \U0001F984, and \U0001F516's that I have been getting on dev.to on my website. I have da
-
Explicit vs Implicit Returns in Javascript
Often when reading through javascript examples you will find some arrow functions use parentheses `()` while others use braces `{}`. This key difference is tha