Skip to content

Instantly share code, notes, and snippets.

View drewk93's full-sized avatar
🎨
Creating

Drew Kullman drewk93

🎨
Creating
View GitHub Profile
@drewk93
drewk93 / gist:6de62868c048f82334bec5ae4d05c2c1
Created October 9, 2023 01:26 — forked from EvanHahn/gist:2587465
Caesar shift in JavaScript
/*
JavaScript Caesar shift
by Evan Hahn (evanhahn.com)
"Encrypt" like this:
caesarShift('Attack at dawn!', 12); // Returns "Mffmow mf pmiz!"
And "decrypt" like this: