Skip to content

Commit e8e56d2

Browse files
committed
Mr. Freeze solution
1 parent b26b39d commit e8e56d2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ My Codewars solutions in various languages.
2020
- [Basic variable assignment (8 kyu)](https://www.codewars.com/kata/basic-variable-assignment) [[solution](https://github.com/PaulNoth/codewars/blob/master/basic-variable-assignment/solution.md)] [[javascript](https://github.com/PaulNoth/codewars/blob/master/basic-variable-assignment/kata.js)]
2121
- [Not so black box (8 kyu)](https://www.codewars.com/kata/not-so-black-box) [[solution](https://github.com/PaulNoth/codewars/blob/master/not-so-black-box/solution.md)] [[javascript](https://github.com/PaulNoth/codewars/blob/master/not-so-black-box/kata.js)]
2222
- [Arguments to Binary addition (8 kyu)](https://www.codewars.com/kata/arguments-to-binary-addition) [[solution](https://github.com/PaulNoth/codewars/blob/master/arguments-to-binary-addition/solution.md)] [[javascript](https://github.com/PaulNoth/codewars/blob/master/arguments-to-binary-addition/kata.js)]
23+
- [Mr. Freeze (8 kyu)](https://www.codewars.com/kata/mr-freeze) [[solution](https://github.com/PaulNoth/codewars/blob/master/mr-freeze/solution.md)] [[javascript](https://github.com/PaulNoth/codewars/blob/master/mr-freeze/kata.js)]

mr-freeze/kata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Object.freeze(MrFreeze)

mr-freeze/solution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Mr. Freeze
2+
3+
Use native `Object.freeze` function.

0 commit comments

Comments
 (0)