File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/functions/secret-secrets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
Good.
4
4
You've chosen to accept the mission.
5
5
6
- Your first task is to implement for us a function we can use to crate text encoders.
6
+ Your first task is to implement for us a function we can use to create text encoders.
7
7
As you may recall from Spy 101 training, we often enlist functions such as [ ROT13] ( https://en.wikipedia.org/wiki/ROT13 ) to hide text from onlookers.
8
8
9
9
Your assignment, assuming you opt into it, is to develop a ` createCipher ` function.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Your advanced cipher held up against attack from the villainous Goldberger and D
5
5
6
6
We have played defense long enough against these criminals.
7
7
It is time to go on the offense.
8
- They have their own cipher technology, codenamed the _ Golden Code_ , which they use to
8
+ They have their own cipher technology, codenamed the _ Golden Code_ , which they use to create ciphertext.
9
9
10
10
Your final task, given you agree to tackle it, is to develop a ` createCodeCracker ` function.
11
11
It should take an object of settings as described below.
You can’t perform that action at this time.
0 commit comments