Skip to content

Commit

Permalink
revision2
Browse files Browse the repository at this point in the history
  • Loading branch information
zelihapala committed Dec 5, 2023
1 parent d19bf4a commit f84f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week-3/stretch/rotate-char.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ function rotateCharacter(char, shift) {
console.log(rotateCharacter("z", 3)); // Output: "c" (wraps 'z' to 'c')
console.log(rotateCharacter("Z", 3)); // Output: "C" (wraps 'Z' to 'C')

// too long to understand I feel a bit overwhelmed when faced with complex code. :( I used Ai to understand.
// too long to understand I feel a bit overwhelmed when faced with complex code. :( I used Ai to understand this exercise.

0 comments on commit f84f99d

Please sign in to comment.