code-chronicles-code / leetcode-curriculum

https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9 stars 12 forks source link

Add `String.prototype.caesar` goody #447

Closed miorel closed 1 month ago

miorel commented 1 month ago

Rotating the alphabet is a helpful thing to have access to!

Tested on LeetCode as well, using https://leetcode.com/problems/find-the-k-th-character-in-string-game-ii/submissions/1406301331/