mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-20 02:23:24 +08:00
Remove live code & console.log (Backtracking, Bit-manipulation, Ciphers).
This commit is contained in:
@ -29,8 +29,7 @@ function rot13 (str) {
|
||||
return response.join('')
|
||||
}
|
||||
|
||||
// Caesars Cipher Example
|
||||
const encryptedString = 'Uryyb Jbeyq'
|
||||
const decryptedString = rot13(encryptedString)
|
||||
export { rot13 }
|
||||
|
||||
console.log(decryptedString) // Hello World
|
||||
// > rot13('Uryyb Jbeyq')
|
||||
// 'Hello World'
|
||||
|
Reference in New Issue
Block a user