
Phillip Shim
404 bio not found
Who is JSON?
Who is JSON?
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
Recent comments
Named arguments | JS
Good article. I think there is an ESlint rule that will compl...
Let's write the most famous JavaScript function together: Array.map
Thanks. Definitely, we learn the most when we take action!
JavaScript Katas: Remove all exclamation marks from the end
Functional Way function removeExclamationMarksFromEnd(input...
JavaScript Katas: Remove all exclamation marks from the end
function removeExclamationMarksFromEnd(inputString) { const...
Function Composition Explained Using Pokémon Evolution
Good to know :)
Function Composition Explained Using Pokémon Evolution
Nice, this is the beauty of JavaScript. Passing in functions ...
Pokedex: Gotta Search'em All
Just updated the app to use a router. Now you can give a poke...
Pokedex: Gotta Search'em All
Good idea! I will put that down as a todo :)