
Ezra Schwepker
Software Engineering Enthusiast
Education
BFA, Film and Animation
Work
FullStack Developer
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Software Engineering Enthusiast
Education
BFA, Film and Animation
Work
FullStack Developer
Recent comments
Array.prototype.map() expects a return value from arrow function
Hopefully you've solved it by now, but it is difficult to add...
useToggle: Custom react hook for toggle
Consider using useCallback const toggle = useCallback(() =...
How to Reverse a Given String in Javascript
Why not use all array methods? const reverseStr = str =&...
Solving Puzzles With High-Performance JavaScript
Fun article, thank-you! I wrote a few solutions of my own ...
JavaScript; what's the meaning of `this`?
Wow, those are some excellent videos. Incredibly clear. I'...