stack-overflow-copy-paste
stack-overflow-copy-paste copied to clipboard
Utility functions copy/pasted (and modified slightly) from Stack Overflow
want to add a array multiplier function as follows - ```javascript array.map(x => x * multiplier); ```
Can I convert string to number or not?
Thank you for uploading your video on Youtube, it has been a great help. (https://www.youtube.com/watch?v=k6KcaMffxac) I'd like to add a Caesar Cipher function found, https://stackoverflow.com/questions/30382140/caesar-cipher-in-javascript-using-shiftchar-function-and-array-map-method So CaesarCipher('Hello World', 2) returns...
Want to learn how we contribute to open-source projects, so I'd like to add a simple age calculator function
There is nothing to change
I've added a method which checks for valid email ID using regular expression.
I came from the series How to Contribute to an Open Source Project on GitHub, and I want to apply it right away, can you guide me in here.
Hey Kent! Thanks for your amazing tutorials and talks! I want to implement a small function that returns the middle character of the given string. It seems like everything is...