Finding Prime Numbers with JavaScript

Reading Time: 3 minutesFeeling nerdier than usual last night, I was asking myself, and a math teacher (that’s Mrs. Jaye, to you), all sorts of questions about numbers, including prime numbers. Later on, I got to thinking: how would I determine what the … Continue reading

JavaScript Keystroke Code Interpreter

Reading Time: < 1 minuteThere’s a few different web apps I’ve developed where I needed to use keyboard characters for shortcut keys or whatnot. I can never remember what the keystroke codes are, and I hate looking at great big charts. So I made … Continue reading